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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c650 pthread_t thread1, thread2; local
659 iret2 = pthread_create( &thread2, NULL, writer_thread, (void*) wdata);
661 pthread_join( thread2, &thread_ret1);

Completed in 22 milliseconds