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

/xnu-2422.115.4/tools/tests/unit_tests/guarded_fd_tests_11746236_src/
H A Dguarded_test_framework.c148 void *server_thread(void *arg) function
204 if ((err = pthread_create(&exception_thread, NULL, server_thread, 0)) != 0) {
205 fprintf(stderr, "pthread_create server_thread: %s\n", strerror(err));
/xnu-2422.115.4/tools/tests/unit_tests/guarded_mach_port_tests_11178535_src/
H A Dguarded_test_framework.c128 void *server_thread(void *arg) function
184 if ((err = pthread_create(&exception_thread, NULL, server_thread, 0)) != 0) {
185 fprintf(stderr, "pthread_create server_thread: %s\n", strerror(err));
/xnu-2422.115.4/tools/tests/unit_tests/cpu_monitor_tests_11646922_src/
H A Dcpumon_test_framework.c246 void *server_thread(void *arg) function
318 if ((err = pthread_create(&exception_thread, NULL, server_thread, 0)) != 0) {
319 fprintf(stderr, "pthread_create server_thread: %s\n", strerror(err));

Completed in 22 milliseconds