Searched refs:print_lock (Results 1 – 1 of 1) sorted by relevance
36 __thread pthread_mutex_t print_lock; variable70 pthread_mutex_lock(&print_lock); in helloworld_pthread()86 pthread_mutex_unlock(&print_lock); in helloworld_pthread()136 pthread_mutex_init(&print_lock, NULL); in initial_lthread()190 pthread_mutex_destroy(&print_lock); in initial_lthread()