Searched refs:mut_attr (Results 1 – 1 of 1) sorted by relevance
65 pthread_mutexattr_t mut_attr; in test_posix_normal_mutex() local83 temp = pthread_mutexattr_settype(&mut_attr, PTHREAD_MUTEX_NORMAL); in test_posix_normal_mutex()85 temp = pthread_mutex_init(&mutex1, &mut_attr); in test_posix_normal_mutex()88 temp = pthread_mutexattr_gettype(&mut_attr, &type); in test_posix_normal_mutex()90 temp = pthread_mutexattr_getprotocol(&mut_attr, &protocol); in test_posix_normal_mutex()