Home
last modified time | relevance | path

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

/mirbsd/src/lib/libpthread/uthread/
Duthread_cond.c65 (*cond)->c_type = COND_TYPE_FAST; in _cond_reinit()
92 type = COND_TYPE_FAST; in pthread_cond_init()
98 case COND_TYPE_FAST: in pthread_cond_init()
214 case COND_TYPE_FAST: in pthread_cond_wait()
382 case COND_TYPE_FAST: in pthread_cond_timedwait()
532 case COND_TYPE_FAST: in pthread_cond_signal()
600 case COND_TYPE_FAST: in pthread_cond_broadcast()
Dpthread_private.h291 COND_TYPE_FAST, enumerator
324 { COND_TYPE_FAST, TAILQ_INITIALIZER, NULL, NULL, \
925 = { COND_TYPE_FAST, 0 };