Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/source/
H A Daie_thread_unix.cpp96 auto *pthreadHandle = reinterpret_cast<PthreadHandle *>(reinterpret_cast<void *>(&tr)); in WaitThread() local
97 if (pthreadHandle->handle == 0) { in WaitThread()
101 pthread_join(pthreadHandle->handle, nullptr); in WaitThread()
102 pthreadHandle->handle = 0; in WaitThread()