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

/freebsd-11-stable/contrib/ntp/libntp/
H A Dwork_thread.c93 static void start_blocking_thread(blocking_child *);
311 start_blocking_thread(c);
489 start_blocking_thread( function
569 msyslog(LOG_ERR, "start_blocking_thread: pipe_socketpair() %m");
577 msyslog(LOG_ERR, "start_blocking_thread: fcntl(F_GETFL) %m");
583 "start_blocking_thread: fcntl(F_SETFL, O_NONBLOCK) %m");
594 "start_blocking_thread: pthread_attr_getstacksize() -> %s",
607 "start_blocking_thread: pthread_attr_setstacksize(0x%lx -> 0x%lx) -> %s",
625 msyslog(LOG_ERR, "start_blocking_thread: pthread_create() -> %s",

Completed in 83 milliseconds