Home
last modified time | relevance | path

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

/mirbsd/src/lib/libpthread/uthread/
Duthread_gc.c179 if ((ret = pthread_cond_timedwait(&_gc_cond, in _thread_gc()
Duthread_fork.c104 else if (_cond_reinit(&_gc_cond) != 0) { in fork()
Duthread_exit.c189 if (pthread_cond_signal(&_gc_cond) != 0) in pthread_exit()
Duthread_init.c365 pthread_cond_init(&_gc_cond,NULL) != 0) in _thread_init()
Dpthread_private.h972 SCLASS pthread_cond_t _gc_cond variable