Searched refs:m (Results 1 – 4 of 4) sorted by relevance
27 static pthread_mutex_t *m; variable36 if (pthread_mutex_unlock (m) != 0) in cl()47 if (pthread_mutex_lock (m) != 0) in tf()73 if (pthread_cond_wait (&c, m) != 0) in tf()83 if (pthread_mutex_unlock (m) != 0) in tf()122 e = pthread_mutex_init (m, ma); in check_type()148 if (pthread_mutex_lock (m) != 0) in check_type()158 e = pthread_mutex_destroy (m); in check_type()225 if (pthread_mutex_lock (m) != 0) in check_type()300 if (pthread_mutex_lock (m) != 0) in check_type()[all …]
8 static pthread_mutex_t m = PTHREAD_MUTEX_INITIALIZER; variable14 pthread_mutex_unlock (&m); in cl()21 if (pthread_mutex_lock (&m) != 0) in tf()38 if (pthread_cond_wait (&c, &m) != 0) in tf()45 if (pthread_mutex_unlock (&m) != 0) in tf()77 if (pthread_mutex_lock (&m) != 0) in do_test()92 if (pthread_mutex_unlock (&m) != 0) in do_test()129 if (pthread_mutex_lock (&m) != 0) in do_test()139 if (pthread_mutex_unlock (&m) != 0) in do_test()
45 static pthread_mutex_t m = PTHREAD_MUTEX_INITIALIZER; variable78 pthread_mutex_lock (&m); in thr()81 pthread_mutex_unlock (&m); in thr()106 pthread_mutex_lock (&m); in run_threads()108 pthread_mutex_unlock (&m); in run_threads()121 pthread_mutex_lock (&m); in run_threads()124 pthread_mutex_unlock (&m); in run_threads()127 pthread_cond_wait (&c, &m); in run_threads()128 pthread_mutex_unlock (&m); in run_threads()
30 monitor m; in tf() local
Completed in 7 milliseconds