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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dkqueue_tests.c146 void *my_pthread_join_status; local
471 my_err = pthread_join( my_threadv[my_index], &my_pthread_join_status );
476 if ( my_pthread_join_status != 0 ) {

Completed in 17 milliseconds