Searched refs:timeout_thread (Results 1 - 2 of 2) sorted by path

/macosx-10.10/autofs-246/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.10/gssd-64/
H A Dgssd.c140 static void * timeout_thread(void *);
697 error = pthread_create(&timeout_thr, NULL, timeout_thread, NULL);
1726 * Force the timeout_thread and all the rest to to wake up and exit.
1756 timeout_thread(void *arg __attribute__((unused))) function
1784 DEBUG(4, "timeout_thread: rv = %s %d\n",

Completed in 205 milliseconds