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

/bind-9.11.3/lib/isc/win32/
H A Dcondition.c91 isc_condition_thread_t **threadcondp)
95 REQUIRE(threadcondp != NULL && *threadcondp == NULL);
105 *threadcondp = threadcond;
113 return (register_thread(thrd, cond, threadcondp));
90 find_thread_condition(unsigned long thrd, isc_condition_t *cond, isc_condition_thread_t **threadcondp) argument

Completed in 10 milliseconds