Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/posix/common/src/
Dpthread_attr.c477 zassert_equal(pthread_attr_setscope(NULL, PTHREAD_SCOPE_SYSTEM), EINVAL); in ZTEST()
478 zassert_equal(pthread_attr_setscope(NULL, contentionscope), EINVAL); in ZTEST()
479 zassert_equal(pthread_attr_setscope((pthread_attr_t *)&uninit_attr, in ZTEST()
483 zassert_equal(pthread_attr_setscope(&attr, 3), EINVAL); in ZTEST()
486 zassert_equal(pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS), ENOTSUP); in ZTEST()
487 zassert_ok(pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM)); in ZTEST()
/Zephyr-Core-3.7.0/tests/posix/headers/src/
Dpthread_h.c80 zassert_not_null(pthread_attr_setscope); in ZTEST()
/Zephyr-Core-3.7.0/include/zephyr/posix/
Dpthread.h417 int pthread_attr_setscope(pthread_attr_t *attr, int contentionscope);
/Zephyr-Core-3.7.0/lib/posix/options/
Dpthread.c392 int pthread_attr_setscope(pthread_attr_t *_attr, int contentionscope) in pthread_attr_setscope() function
/Zephyr-Core-3.7.0/doc/services/portability/posix/option_groups/
Dindex.rst968 pthread_attr_setscope(),yes