Home
last modified time | relevance | path

Searched refs:mut_attr (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-2.7.6/tests/posix/common/src/
Dmutex.c65 pthread_mutexattr_t mut_attr; in test_posix_normal_mutex() local
83 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()