Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/posix/
Dpthread.h43 #undef PTHREAD_SCOPE_PROCESS
44 #define PTHREAD_SCOPE_PROCESS 1 macro
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c55 zassert_not_equal(-1, PTHREAD_SCOPE_PROCESS); in ZTEST()
/Zephyr-latest/tests/posix/common/src/
Dpthread_attr.c277 zassert_equal(pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS), ENOTSUP); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dpthread.c406 if (!(contentionscope == PTHREAD_SCOPE_PROCESS || in pthread_attr_setscope()
411 if (contentionscope == PTHREAD_SCOPE_PROCESS) { in pthread_attr_setscope()