HomeSort by: relevance | last modified time | path
    Searched defs:threadcond (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/
condition.c 103 isc_condition_thread_t *threadcond; local
110 for (threadcond = ISC_LIST_HEAD(cond->threadlist);
111 threadcond != NULL;
112 threadcond = ISC_LIST_NEXT(threadcond, link)) {
114 if (threadcond->th == thrd) {
115 *threadcondp = threadcond;
146 isc_condition_thread_t *threadcond; local
158 for (threadcond = ISC_LIST_HEAD(cond->threadlist);
159 threadcond != NULL
175 isc_condition_thread_t *next, *threadcond; local
211 isc_condition_thread_t *threadcond = NULL; local
    [all...]

Completed in 13 milliseconds