Searched refs:pthread_attr_setscope (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.7.0/tests/posix/common/src/ |
D | pthread_attr.c | 477 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/ |
D | pthread_h.c | 80 zassert_not_null(pthread_attr_setscope); in ZTEST()
|
/Zephyr-Core-3.7.0/include/zephyr/posix/ |
D | pthread.h | 417 int pthread_attr_setscope(pthread_attr_t *attr, int contentionscope);
|
/Zephyr-Core-3.7.0/lib/posix/options/ |
D | pthread.c | 392 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/ |
D | index.rst | 968 pthread_attr_setscope(),yes
|