Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dpthread.cpp82 DWORD dw_ret; in pthread_join() local
90 dw_ret = WaitForSingleObject(th->winthread_handle, INFINITE); in pthread_join()
91 if (dw_ret != WAIT_OBJECT_0) in pthread_join()