Searched refs:m1 (Results 1 – 1 of 1) sorted by relevance
109 pthread_mutex_t m1, m2, m3; in do_test() local110 int e = pthread_mutex_init (&m1, &ma); in do_test()148 if (pthread_mutex_lock (&m1) != 0) in do_test()180 if (pthread_mutex_unlock (&m1) != 0) in do_test()204 if (pthread_mutex_getprioceiling (&m1, &prioceiling)) in do_test()237 if (pthread_mutex_setprioceiling (&m1, 7, &prioceiling)) in do_test()248 if (pthread_mutex_getprioceiling (&m1, &prioceiling)) in do_test()269 if (pthread_mutex_trylock (&m1) != 0) in do_test()288 if (pthread_mutex_unlock (&m1) != 0) in do_test()304 if (pthread_mutex_destroy (&m1) != 0) in do_test()
Completed in 2 milliseconds