Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dcondition.c62 isc_condition_thread_t **localcond) in register_thread()
65 isc_condition_thread_t *newthread; in register_thread()
69 newthread = malloc(sizeof(isc_condition_thread_t)); in register_thread()
99 isc_condition_thread_t **threadcondp) in find_thread_condition()
101 isc_condition_thread_t *threadcond; in find_thread_condition()
144 isc_condition_thread_t *threadcond; in isc_condition_broadcast()
173 isc_condition_thread_t *next, *threadcond; in isc_condition_destroy()
209 isc_condition_thread_t *threadcond = NULL; in wait()
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dcondition.h30 typedef struct isc_condition_thread isc_condition_thread_t; typedef
35 ISC_LINK(isc_condition_thread_t) link;
42 ISC_LIST(isc_condition_thread_t) threadlist;