Searched refs:workThread (Results 1 – 6 of 6) sorted by relevance
127 sptr<IPCWorkThread> workThread = it->second; in RemoveThread() local128 if (workThread == nullptr) { in RemoveThread()131 if (workThread->proto_ == IRemoteObject::IF_PROT_DEFAULT) { in RemoveThread()133 } else if (workThread->proto_ == IRemoteObject::IF_PROT_DATABUS) { in RemoveThread()
127 std::thread workThread([=, &result]() {154 workThread.detach(); //detach work thread and return timeout158 workThread.join();
152 std::thread workThread; member
204 std::thread workThread; member
504 staticVariable_.workThread = std::thread(RunThread); in Initialize()989 if (staticVariable_.workThread.joinable()) { in DeInitialize()990 staticVariable_.workThread.join(); in DeInitialize()
796 staticVariable_.workThread = std::thread(RunThread); in AddCurlHandle()1466 if (staticVariable_.workThread.joinable()) { in AddCurlHandle()1467 staticVariable_.workThread.join(); in AddCurlHandle()