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

/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Dcondition.c101 isc_condition_thread_t *threadcond; local
108 for (threadcond = ISC_LIST_HEAD(cond->threadlist);
109 threadcond != NULL;
110 threadcond = ISC_LIST_NEXT(threadcond, link)) {
112 if (threadcond->th == thrd) {
113 *threadcondp = threadcond;
144 isc_condition_thread_t *threadcond; local
156 for (threadcond = ISC_LIST_HEAD(cond->threadlist);
157 threadcond !
173 isc_condition_thread_t *next, *threadcond; local
209 isc_condition_thread_t *threadcond = NULL; local
[all...]

Completed in 49 milliseconds