Searched refs:pthread_cond_init (Results 1 – 4 of 4) sorted by relevance
137 ret = pthread_cond_init(&rwlock->cond, cond_attr); in pthread_rwlock_init()
357 pthread_cond_init( &timer->cond, NULL ); in timer_create()
238 pthread_cond_init(&thread->join_cond, NULL); in _init_thread()1629 int pthread_cond_init(pthread_cond_t *cond, in pthread_cond_init() function
177 int pthread_cond_init(pthread_cond_t *cond,