Searched refs:thread3 (Results 1 - 1 of 1) 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
213 res = pthread_create(&thread3, (pthread_attr_t *)NULL, sender, &thread3_arg);
256 res = pthread_join(thread3, NULL);
258 perror("pthread_join(thread3)");

Completed in 10 milliseconds