Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dpthread_attr.c248 zassert_equal(pthread_attr_getscope(NULL, NULL), EINVAL); in ZTEST()
249 zassert_equal(pthread_attr_getscope(NULL, &contentionscope), EINVAL); in ZTEST()
250 zassert_equal(pthread_attr_getscope(&uninit_attr, &contentionscope), in ZTEST()
253 zassert_equal(pthread_attr_getscope(&attr, NULL), EINVAL); in ZTEST()
256 zassert_ok(pthread_attr_getscope(&attr, &contentionscope)); in ZTEST()
279 zassert_ok(pthread_attr_getscope(&attr, &contentionscope)); in ZTEST()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c69 zassert_not_null(pthread_attr_getscope); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h424 int pthread_attr_getscope(const pthread_attr_t *attr, int *contentionscope);
/Zephyr-latest/lib/posix/options/
Dpthread.c382 int pthread_attr_getscope(const pthread_attr_t *_attr, int *contentionscope) in pthread_attr_getscope() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst1009 pthread_attr_getscope(),yes