Lines Matching refs:m
27 static pthread_mutex_t *m; variable
36 if (pthread_mutex_unlock (m) != 0) in cl()
47 if (pthread_mutex_lock (m) != 0) in tf()
62 if (pthread_cond_wait (&c, 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()
136 if (pthread_mutex_destroy (m) != 0) in check_type()
142 if (pthread_mutex_init (m, ma) != 0) in check_type()
148 if (pthread_mutex_lock (m) != 0) in check_type()
158 e = pthread_mutex_destroy (m); in check_type()
173 if (pthread_mutex_unlock (m) != 0) in check_type()
179 if (pthread_mutex_trylock (m) != 0) in check_type()
188 e = pthread_mutex_destroy (m); in check_type()
204 if (pthread_mutex_unlock (m) != 0) in check_type()
225 if (pthread_mutex_lock (m) != 0) in check_type()
231 if (pthread_mutex_unlock (m) != 0) in check_type()
240 e = pthread_mutex_destroy (m); in check_type()
274 if (pthread_mutex_destroy (m) != 0) in check_type()
280 if (pthread_mutex_init (m, ma) != 0) in check_type()
300 if (pthread_mutex_lock (m) != 0) in check_type()
306 if (pthread_mutex_unlock (m) != 0) in check_type()
315 e = pthread_mutex_destroy (m); in check_type()
348 if (pthread_mutex_destroy (m) != 0) in check_type()
362 m = &mm; in do_test()