Searched refs:thread_result (Results 1 – 1 of 1) sorted by relevance
184 thread_result_t thread_result; in main() local185 FAIL_CHECK(pthread_join(threads[i], (void **)&thread_result) == 0); in main()186 if (thread_result == RESULT_CRASH) { in main()