Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/include/
H A Dplayer_mock.h78 std::condition_variable condVarStop_; variable
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_mock.cpp95 condVarStop_.wait_for(lockStop, std::chrono::seconds(waitsecond)); in StopSync()
280 condVarStop_.notify_all(); in Notify()