Searched refs:thread_ret1 (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c654 void * thread_ret1 =0; local
661 pthread_join( thread2, &thread_ret1);
662 pthread_join( thread1, &thread_ret1);
663 assert(thread_ret1 == 0, 1, "Reader Thread Failed");

Completed in 17 milliseconds