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

/xnu-2422.115.4/tools/tests/unit_tests/sprace_test_11891562_src/
H A Dsprace_test_11891562.c166 pthread_t thread1, thread2, thread3; local
206 res = pthread_create(&thread2, (pthread_attr_t *)NULL, sender, &thread2_arg);
251 res = pthread_join(thread2, NULL);
253 perror("pthread_join(thread2)");
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dpipes_tests.c651 pthread_t thread1, thread2; local
660 iret2 = pthread_create( &thread2, NULL, writer_thread, (void*) wdata);
662 pthread_join( thread2, &thread_ret1);

Completed in 23 milliseconds