Searched refs:thr_cv (Results 1 – 1 of 1) sorted by relevance
50 pthread_cond_t thr_cv; member136 pthread_cond_init(&c.thr_cv, NULL); in main()171 if (pthread_cond_broadcast(&c.thr_cv)) { in main()247 if (pthread_cond_wait(&c.thr_cv, &c.m)) { in threads()