Searched refs:current_mutex (Results 1 – 1 of 1) sorted by relevance
50 pthread_mutex_t current_mutex; variable127 if (pthread_mutex_init(¤t_mutex, NULL) != 0) in main()170 if (pthread_mutex_lock(¤t_mutex)) in new_thread()175 if (pthread_mutex_unlock(¤t_mutex)) in new_thread()