Lines Matching refs:m
24 static pthread_mutex_t m; variable
31 int e = pthread_mutex_unlock (&m); in tf()
43 e = pthread_mutex_trylock (&m); in tf()
69 e = pthread_mutex_unlock (&m); in tf()
81 if (pthread_mutex_trylock (&m) != 0) in tf()
87 if (pthread_mutex_unlock (&m) != 0) in tf()
123 e = pthread_mutex_init (&m, &a); in do_test()
143 if (pthread_mutex_lock (&m) != 0) in do_test()
149 if (pthread_mutex_lock (&m) != 0) in do_test()
155 if (pthread_mutex_trylock (&m) != 0) in do_test()
161 if (pthread_mutex_unlock (&m) != 0) in do_test()
167 if (pthread_mutex_unlock (&m) != 0) in do_test()
187 if (pthread_mutex_unlock (&m) != 0) in do_test()
193 e = pthread_mutex_unlock (&m); in do_test()
224 if (pthread_mutex_destroy (&m) != 0) in do_test()