Searched refs:pthread_mutexattr_getprotocol (Results 1 – 6 of 6) sorted by relevance
63 zassert_not_ok(pthread_mutexattr_getprotocol(NULL, &protocol)); in test_mutex_common()64 zassert_not_ok(pthread_mutexattr_getprotocol(&mut_attr, NULL)); in test_mutex_common()65 zassert_not_ok(pthread_mutexattr_getprotocol(NULL, NULL)); in test_mutex_common()70 zassert_ok(pthread_mutexattr_getprotocol(&mut_attr, &protocol), in test_mutex_common()
123 zassert_not_null(pthread_mutexattr_getprotocol); in ZTEST()
147 https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getprotocol.html155 https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getprotocol.html
317 int pthread_mutexattr_getprotocol(const pthread_mutexattr_t *attr, in pthread_mutexattr_getprotocol() function
253 int pthread_mutexattr_getprotocol(const pthread_mutexattr_t *attr,
975 pthread_mutexattr_getprotocol(),yes992 pthread_mutexattr_getprotocol(),yes