Searched refs:exit_cond (Results 1 – 1 of 1) sorted by relevance
39 __thread pthread_cond_t exit_cond; variable93 pthread_cond_wait(&exit_cond, &exit_lock); in helloworld_pthread()140 pthread_cond_init(&exit_cond, NULL); in initial_lthread()177 pthread_cond_broadcast(&exit_cond); in initial_lthread()189 pthread_cond_destroy(&exit_cond); in initial_lthread()