Searched refs:thd_cv (Results 1 – 3 of 3) sorted by relevance
260 (void) pthread_cond_init(&(main_thr.thd_cv), NULL); in main()339 (void) pthread_cond_wait(&(main_thr.thd_cv), in main()389 (void) pthread_cond_wait(&(main_thr.thd_cv), in main()447 (void) pthread_cond_wait(&(main_thr.thd_cv), &(main_thr.thd_mutex)); in my_sleep()767 (void) pthread_cond_signal(&(main_thr.thd_cv)); in signal_thread()
36 pthread_cond_t thd_cv; member
459 (void) pthread_cond_init(&(in_thr.thd_cv), NULL); in auditd_thread_init()1051 (void) pthread_cond_reltimedwait_np(&(in_thr.thd_cv), in wait_a_while()1204 (void) pthread_cond_signal(&(in_thr.thd_cv)); in process()1288 (void) pthread_cond_signal(&(in_thr.thd_cv)); in process()