Searched refs:numthreads_cv (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.10.1/gssd-64/
H A Dgssd.c157 static pthread_cond_t numthreads_cv[1]; /* To signal when we're below max. */ variable
672 (void) pthread_cond_init(numthreads_cv, NULL);
1584 (void) pthread_cond_wait(numthreads_cv, numthreads_lock);
1618 pthread_cond_signal(numthreads_cv);
1728 pthread_cond_broadcast(numthreads_cv);
1781 rv = pthread_cond_timedwait(numthreads_cv,
/macosx-10.10.1/autofs-246/automountd/
H A Dautod_main.c90 static pthread_cond_t numthreads_cv; variable
294 (void) pthread_cond_init(&numthreads_cv, NULL);
450 (void) pthread_cond_wait(&numthreads_cv, &numthreads_lock);
481 pthread_cond_signal(&numthreads_cv);
530 pthread_cond_broadcast(&numthreads_cv);
572 rv = pthread_cond_timedwait(&numthreads_cv,

Completed in 99 milliseconds