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

/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dwork_thread.c95 static void start_blocking_thread(blocking_child *);
313 start_blocking_thread(c);
491 start_blocking_thread( function
571 msyslog(LOG_ERR, "start_blocking_thread: pipe_socketpair() %m");
579 msyslog(LOG_ERR, "start_blocking_thread: fcntl(F_GETFL) %m");
585 "start_blocking_thread: fcntl(F_SETFL, O_NONBLOCK) %m");
596 "start_blocking_thread: pthread_attr_getstacksize() -> %s",
609 "start_blocking_thread: pthread_attr_setstacksize(0x%lx -> 0x%lx) -> %s",
627 msyslog(LOG_ERR, "start_blocking_thread: pthread_create() -> %s",

Completed in 133 milliseconds