Home
last modified time | relevance | path

Searched refs:queueSpaceValid_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_id_manager.cpp42 queueSpaceValid_.notify_all(); // notify all load waiters in ~SoundIDManager()
142 queueSpaceValid_.wait(lock); in DoLoad()
170 queueSpaceValid_.notify_one(); in DoParser()
H A Dsound_id_manager.h56 std::condition_variable queueSpaceValid_; variable