Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dpthread_attr.c268 zassert_equal(pthread_attr_setscope(NULL, PTHREAD_SCOPE_SYSTEM), EINVAL); in ZTEST()
269 zassert_equal(pthread_attr_setscope(NULL, contentionscope), EINVAL); in ZTEST()
270 zassert_equal(pthread_attr_setscope((pthread_attr_t *)&uninit_attr, in ZTEST()
274 zassert_equal(pthread_attr_setscope(&attr, 3), EINVAL); in ZTEST()
277 zassert_equal(pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS), ENOTSUP); in ZTEST()
278 zassert_ok(pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM)); in ZTEST()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c78 zassert_not_null(pthread_attr_setscope); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h425 int pthread_attr_setscope(pthread_attr_t *attr, int contentionscope);
/Zephyr-latest/lib/posix/options/
Dpthread.c398 int pthread_attr_setscope(pthread_attr_t *_attr, int contentionscope) in pthread_attr_setscope() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst1012 pthread_attr_setscope(),yes