Lines Matching refs:ma
33 pthread_mutexattr_t ma; in test_relock() local
40 T(pthread_mutexattr_init(&ma)); in test_relock()
41 T(pthread_mutexattr_settype(&ma, mtype)); in test_relock()
42 T(pthread_mutex_init(a[0], &ma)); in test_relock()
43 T(pthread_mutexattr_destroy(&ma)); in test_relock()
78 pthread_mutexattr_t ma; in test_unlock() local
84 T(pthread_mutexattr_init(&ma)); in test_unlock()
85 T(pthread_mutexattr_settype(&ma, mtype)); in test_unlock()
86 T(pthread_mutex_init(a[0], &ma)); in test_unlock()
87 T(pthread_mutexattr_destroy(&ma)); in test_unlock()
98 pthread_mutexattr_t ma; in test_unlock_other() local
104 T(pthread_mutexattr_init(&ma)); in test_unlock_other()
105 T(pthread_mutexattr_settype(&ma, mtype)); in test_unlock_other()
106 T(pthread_mutex_init(a[0], &ma)); in test_unlock_other()
107 T(pthread_mutexattr_destroy(&ma)); in test_unlock_other()