Searched refs:thread_result (Results 1 – 5 of 5) sorted by relevance
15 void *thread_result; in main() local26 res = pthread_join(threads[i], &thread_result); in main()
32 void *thread_result; in main() local
36 void *thread_result; in main() local
34 void *thread_result; in main() local
1731 my $thread_result = $thread->join;1736 "; result=", ((defined $thread_result)1737 ? $thread_result1743 if (! defined $thread_result) {1750 $result &= $thread_result;