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

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dcondition.c61 register_thread(unsigned long thrd, isc_condition_t *gblcond, argument
87 newthread->th = thrd;
98 find_thread_condition(unsigned long thrd, isc_condition_t *cond, argument
112 if (threadcond->th == thrd) {
121 return (register_thread(thrd, cond, threadcondp));

Completed in 10 milliseconds