Home
last modified time | relevance | path

Searched refs:workThread (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_thread_pool.cpp127 sptr<IPCWorkThread> workThread = it->second; in RemoveThread() local
128 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()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/
H A DTimeOutExecutor.h127 std::thread workThread([=, &result]() {
154 workThread.detach(); //detach work thread and return timeout
158 workThread.join();
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_client_exec.h152 std::thread workThread; member
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/include/
H A Dhttp_exec.h204 std::thread workThread; member
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp504 staticVariable_.workThread = std::thread(RunThread); in Initialize()
989 if (staticVariable_.workThread.joinable()) { in DeInitialize()
990 staticVariable_.workThread.join(); in DeInitialize()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp796 staticVariable_.workThread = std::thread(RunThread); in AddCurlHandle()
1466 if (staticVariable_.workThread.joinable()) { in AddCurlHandle()
1467 staticVariable_.workThread.join(); in AddCurlHandle()