Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dcondition.c99 isc_condition_thread_t **threadcondp) in find_thread_condition() argument
103 REQUIRE(threadcondp != NULL && *threadcondp == NULL); in find_thread_condition()
113 *threadcondp = threadcond; in find_thread_condition()
121 return (register_thread(thrd, cond, threadcondp)); in find_thread_condition()