Searched refs:m3 (Results 1 – 1 of 1) sorted by relevance
109 pthread_mutex_t m1, m2, m3; in do_test() local140 if (pthread_mutex_init (&m3, &ma)) in do_test()164 if (pthread_mutex_lock (&m3) != 0) in do_test()226 if (pthread_mutex_getprioceiling (&m3, &prioceiling)) in do_test()261 if (pthread_mutex_unlock (&m3) != 0) in do_test()296 if (pthread_mutex_lock (&m3) != EINVAL) in do_test()316 if (pthread_mutex_destroy (&m3) != 0) in do_test()
Completed in 2 milliseconds