Searched refs:exit_lock (Results 1 – 1 of 1) sorted by relevance
38 __thread pthread_mutex_t exit_lock; variable92 pthread_mutex_lock(&exit_lock); in helloworld_pthread()93 pthread_cond_wait(&exit_cond, &exit_lock); in helloworld_pthread()94 pthread_mutex_unlock(&exit_lock); in helloworld_pthread()139 pthread_mutex_init(&exit_lock, NULL); in initial_lthread()191 pthread_mutex_destroy(&exit_lock); in initial_lthread()