Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dpthread.cpp96 DWORD exit_val; in pthread_join() local
97 e_ret = GetExitCodeThread(th->winthread_handle, &exit_val); in pthread_join()
100 *thread_return = (void *)(std::size_t)exit_val; in pthread_join()
H A Dtrace.threads.cpp272 void *exit_val; in thread_trace() local
273 pthread_join(threads[i], &exit_val); in thread_trace()
H A Dtrace.threads2d.cpp324 void *exit_val; in thread_trace() local
325 pthread_join(threads[i], &exit_val); in thread_trace()