Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dpthread.cpp71 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()
H A Dpthread_w.hpp69 HANDLE winthread_handle; member