Searched refs:pthread_attr_setscope (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/tests/posix/common/src/ |
| D | pthread_attr.c | 268 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/ |
| D | pthread_h.c | 78 zassert_not_null(pthread_attr_setscope); in ZTEST()
|
| /Zephyr-latest/include/zephyr/posix/ |
| D | pthread.h | 425 int pthread_attr_setscope(pthread_attr_t *attr, int contentionscope);
|
| /Zephyr-latest/lib/posix/options/ |
| D | pthread.c | 398 int pthread_attr_setscope(pthread_attr_t *_attr, int contentionscope) in pthread_attr_setscope() function
|
| /Zephyr-latest/doc/services/portability/posix/option_groups/ |
| D | index.rst | 1012 pthread_attr_setscope(),yes
|