Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dmutex.c63 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()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c123 zassert_not_null(pthread_mutexattr_getprotocol); in ZTEST()
/Zephyr-latest/lib/posix/options/
DKconfig.pthread147 https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getprotocol.html
155 https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutexattr_getprotocol.html
Dmutex.c317 int pthread_mutexattr_getprotocol(const pthread_mutexattr_t *attr, in pthread_mutexattr_getprotocol() function
/Zephyr-latest/include/zephyr/posix/
Dpthread.h253 int pthread_mutexattr_getprotocol(const pthread_mutexattr_t *attr,
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst975 pthread_mutexattr_getprotocol(),yes
992 pthread_mutexattr_getprotocol(),yes