Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_id_manager.cpp43 queueDataValid_.notify_all(); // notify all worker threads in ~SoundIDManager()
146 queueDataValid_.notify_one(); in DoLoad()
160 queueDataValid_.wait_for( in DoParser()
H A Dsound_id_manager.h57 std::condition_variable queueDataValid_; variable