Searched refs:winthread_handle (Results 1 – 2 of 2) sorted by relevance
71 th->winthread_handle = in pthread_create()73 if (th->winthread_handle == nullptr) in pthread_create()87 if ((th == nullptr) || (th->winthread_handle == nullptr)) in pthread_join()90 dw_ret = WaitForSingleObject(th->winthread_handle, INFINITE); in pthread_join()97 e_ret = GetExitCodeThread(th->winthread_handle, &exit_val); in pthread_join()103 b_ret = CloseHandle(th->winthread_handle); in pthread_join()
69 HANDLE winthread_handle; member