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

/macosx-10.9.5/autofs-234/automountd/
H A Dautod_main.c146 pthread_t thread, timeout_thr, shutdown_thr; local
348 error = pthread_create(&timeout_thr, NULL, timeout_thread, NULL);
387 pthread_join(timeout_thr, NULL);
/macosx-10.9.5/gssd-62/
H A Dgssd.c159 static pthread_t timeout_thr; /* Thread sees if we've been inactive and exits */ variable
697 error = pthread_create(&timeout_thr, NULL, timeout_thread, NULL);
724 pthread_join(timeout_thr, NULL);

Completed in 176 milliseconds