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

/bind-9.11.3/lib/isc/win32/
H A Dcondition.c93 isc_condition_thread_t *threadcond; local
100 for (threadcond = ISC_LIST_HEAD(cond->threadlist);
101 threadcond != NULL;
102 threadcond = ISC_LIST_NEXT(threadcond, link)) {
104 if (threadcond->th == thrd) {
105 *threadcondp = threadcond;
136 isc_condition_thread_t *threadcond; local
148 for (threadcond = ISC_LIST_HEAD(cond->threadlist);
149 threadcond !
165 isc_condition_thread_t *next, *threadcond; local
201 isc_condition_thread_t *threadcond = NULL; local
[all...]

Completed in 11 milliseconds