Home
last modified time | relevance | path

Searched refs:pthread_setconcurrency (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.6.0/tests/posix/common/src/
Dpthread.c452 zassert_equal(EINVAL, pthread_setconcurrency(-42)); in ZTEST()
463 zassert_ok(pthread_setconcurrency(i)); in ZTEST()
469 zassert_equal(EAGAIN, pthread_setconcurrency(CONFIG_MP_MAX_NUM_CPUS + 1)); in ZTEST()
/Zephyr-Core-3.6.0/tests/posix/headers/src/
Dpthread_h.c152 zassert_not_null(pthread_setconcurrency); in ZTEST()
/Zephyr-Core-3.6.0/include/zephyr/posix/
Dpthread.h467 int pthread_setconcurrency(int new_level);
/Zephyr-Core-3.6.0/doc/services/portability/posix/option_groups/
Dindex.rst103 pthread_setconcurrency(),yes
/Zephyr-Core-3.6.0/lib/posix/options/
Dpthread.c593 int pthread_setconcurrency(int new_level) in pthread_setconcurrency() function