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

/bind-9.11.3/lib/isc/win32/
H A Dcondition.c52 register_thread(unsigned long thrd, isc_condition_t *gblcond, argument
78 newthread->th = thrd;
90 find_thread_condition(unsigned long thrd, isc_condition_t *cond, argument
104 if (threadcond->th == thrd) {
113 return (register_thread(thrd, cond, threadcondp));

Completed in 10 milliseconds