Searched refs:m2 (Results 1 – 1 of 1) sorted by relevance
109 pthread_mutex_t m1, m2, m3; in do_test() local128 if (pthread_mutex_init (&m2, &ma)) in do_test()156 if (pthread_mutex_trylock (&m2) != 0) in do_test()172 if (pthread_mutex_unlock (&m2) != 0) in do_test()188 if (pthread_mutex_lock (&m2) != 0) in do_test()196 if (pthread_mutex_unlock (&m2) != 0) in do_test()215 if (pthread_mutex_getprioceiling (&m2, &prioceiling)) in do_test()310 if (pthread_mutex_destroy (&m2) != 0) in do_test()
Completed in 4 milliseconds