Searched refs:TaskThreadLoop (Results 1 – 5 of 5) sorted by relevance
94 static int TaskThreadLoop(void* args) in TaskThreadLoop() function131 int32_t res = InitThread(&thread->thread, TaskThreadLoop, stackSize, threadName); in InitHcTaskThread()
98 void TaskThreadLoop();
45 taskQueueThread_ = std::thread([this] { this->TaskThreadLoop(); }); in DScreen()147 void DScreen::TaskThreadLoop() in TaskThreadLoop() function in OHOS::DistributedHardware::V1_0::DScreen
107 void TaskThreadLoop();
58 taskQueueThread_ = std::thread([this] { this->TaskThreadLoop(); }); in DScreen()593 void DScreen::TaskThreadLoop() in TaskThreadLoop() function in OHOS::DistributedHardware::V2_0::DScreen