Home
last modified time | relevance | path

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

/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()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H A Ddscreen.h144 std::thread taskQueueThread_; member in OHOS::DistributedHardware::V2_0::DScreen
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H A Ddscreen.h119 std::thread taskQueueThread_; member in OHOS::DistributedHardware::V1_0::DScreen
/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()

Completed in 4 milliseconds