Searched refs:pthreadHandle (Results 1 – 1 of 1) sorted by relevance
96 auto *pthreadHandle = reinterpret_cast<PthreadHandle *>(reinterpret_cast<void *>(&tr)); in WaitThread() local97 if (pthreadHandle->handle == 0) { in WaitThread()101 pthread_join(pthreadHandle->handle, nullptr); in WaitThread()102 pthreadHandle->handle = 0; in WaitThread()