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

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

Completed in 46 milliseconds