Searched refs:pthread_cond_init (Results 1 – 4 of 4) sorted by relevance
326 pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init() function362 status = pthread_cond_init(cond, NULL); in pthread_cond_wait()403 status = pthread_cond_init(cond, NULL); in pthread_cond_timedwait()445 int status = pthread_cond_init(cond, NULL); in pthread_cond_signal()464 int status = pthread_cond_init(cond, NULL); in pthread_cond_broadcast()
119 status = pthread_cond_init(&cnd, NULL); in main()130 status = pthread_cond_init(&cnd, NULL); in main()
55 int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr);
357 pthread_cond_init(&(sem->cond), NULL); in sys_sem_new_internal()