Home
last modified time | relevance | path

Searched refs:blocking_thread (Results 1 – 2 of 2) sorted by relevance

/src/tests/sys/kern/
H A Dshutdown_dgram.c56 blocking_thread(void *arg) in blocking_thread() function
74 ATF_REQUIRE(pthread_create(&t, NULL, blocking_thread, &s) == 0); in shutdown_thread()
/src/contrib/ntp/libntp/
H A Dwork_thread.c65 u_int WINAPI blocking_thread(void *);
72 void * blocking_thread(void *);
516 &blocking_thread, in start_blocking_thread_internal()
631 &blocking_thread, c);
859 blocking_thread( in blocking_thread() function