Searched refs:thread1 (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
658 iret1 = pthread_create( &thread1, NULL, reader_thread, (void*) rdata);
662 pthread_join( thread1, &thread_ret1);

Completed in 21 milliseconds