Home
last modified time | relevance | path

Searched refs:PTHREAD_SCOPE_SYSTEM (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/posix/common/src/
Dpthread_attr.c257 zassert_equal(contentionscope, PTHREAD_SCOPE_SYSTEM); in ZTEST()
268 zassert_equal(pthread_attr_setscope(NULL, PTHREAD_SCOPE_SYSTEM), EINVAL); in ZTEST()
278 zassert_ok(pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM)); in ZTEST()
280 zassert_equal(contentionscope, PTHREAD_SCOPE_SYSTEM); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h45 #undef PTHREAD_SCOPE_SYSTEM
46 #define PTHREAD_SCOPE_SYSTEM 0 macro
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c58 zassert_not_equal(-1, PTHREAD_SCOPE_SYSTEM); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dpthread.c403 contentionscope == PTHREAD_SCOPE_SYSTEM)) { in pthread_attr_setscope()
945 attr->contentionscope = PTHREAD_SCOPE_SYSTEM; in pthread_attr_init()