Home
last modified time | relevance | path

Searched refs:taskQueueThread_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp45 taskQueueThread_ = std::thread([this] { this->TaskThreadLoop(); }); in DScreen()
54 if (taskQueueThread_.joinable()) { in ~DScreen()
55 taskQueueThread_.join(); in ~DScreen()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp58 taskQueueThread_ = std::thread([this] { this->TaskThreadLoop(); }); in DScreen()
77 if (taskQueueThread_.joinable()) { in ~DScreen()
78 taskQueueThread_.join(); in ~DScreen()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H A Ddscreen.h119 std::thread taskQueueThread_; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H A Ddscreen.h144 std::thread taskQueueThread_; variable