Home
last modified time | relevance | path

Searched refs:taskQueueCond_ (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp53 taskQueueCond_.notify_all(); in ~DScreen()
143 taskQueueCond_.notify_all(); in AddTask()
159 auto status = taskQueueCond_.wait_for(lock, std::chrono::seconds(TASK_WAIT_SECONDS), in TaskThreadLoop()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H A Ddscreen.h145 std::condition_variable taskQueueCond_; member in OHOS::DistributedHardware::V2_0::DScreen
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H A Ddscreen.h120 std::condition_variable taskQueueCond_; member in OHOS::DistributedHardware::V1_0::DScreen
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp76 taskQueueCond_.notify_all(); in ~DScreen()
101 taskQueueCond_.notify_all(); in AddTask()
602 auto status = taskQueueCond_.wait_for(lock, std::chrono::seconds(TASK_WAIT_SECONDS), in TaskThreadLoop()

Completed in 3 milliseconds