Home
last modified time | relevance | path

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

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