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