Searched refs:timeout_thread (Results 1 - 3 of 3) sorted by last modified time

/macosx-10.9.5/gssd-62/
H A Dgssd.c140 static void * timeout_thread(void *);
697 error = pthread_create(&timeout_thr, NULL, timeout_thread, NULL);
1723 * Force the timeout_thread and all the rest to to wake up and exit.
1752 timeout_thread(void *arg __attribute__((unused))) function
1780 DEBUG(4, "timeout_thread: rv = %s %d\n",
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_main.c71 static void *timeout_thread(void *);
348 error = pthread_create(&timeout_thr, NULL, timeout_thread, NULL);
528 * Force the timeout_thread and all the rest to to wake up and exit.
547 timeout_thread(__unused void *arg) function
/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/cpu_monitor_tests_11646922_src/
H A Dcpumon_test_framework.c147 void *timeout_thread(void *arg) function
447 if ((err = pthread_create(&timer_thread, NULL, timeout_thread, (void *)timeout_secs[i])) != 0) {
448 fprintf(stderr, "pthread_create timeout_thread: %s\n", strerror(err));

Completed in 148 milliseconds