Searched refs:ma (Results 1 – 2 of 2) sorted by relevance
/nptl/ |
A D | tst-mutexpp10.c | 36 pthread_mutexattr_t ma; in do_test() local 37 if (pthread_mutexattr_init (&ma)) in do_test() 78 if (pthread_mutexattr_setprioceiling (&ma, fifo_min)) in do_test() 84 if (pthread_mutexattr_setprioceiling (&ma, fifo_max)) in do_test() 90 if (pthread_mutexattr_setprioceiling (&ma, 6)) in do_test() 110 int e = pthread_mutex_init (&m1, &ma); in do_test() 122 if (pthread_mutexattr_setprioceiling (&ma, 8)) in do_test() 128 if (pthread_mutex_init (&m2, &ma)) in do_test() 134 if (pthread_mutexattr_setprioceiling (&ma, 5)) in do_test() 140 if (pthread_mutex_init (&m3, &ma)) in do_test() [all …]
|
A D | tst-mutex8.c | 103 if (ma != NULL) in check_type() 122 e = pthread_mutex_init (m, ma); in check_type() 142 if (pthread_mutex_init (m, ma) != 0) in check_type() 280 if (pthread_mutex_init (m, ma) != 0) in check_type() 379 pthread_mutexattr_t ma; in do_test() local 380 if (pthread_mutexattr_init (&ma) != 0) in do_test() 398 res |= check_type ("recursive", &ma); in do_test() 399 if (pthread_mutexattr_destroy (&ma) != 0) in do_test() 405 if (pthread_mutexattr_init (&ma) != 0) in do_test() 423 res |= check_type ("error-checking", &ma); in do_test() [all …]
|
Completed in 5 milliseconds