Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
DKconfig.xsi_threads_ext9 pthread_getconcurrency(), and pthread_setconcurrency().
Dpthread.c695 int pthread_setconcurrency(int new_level) in pthread_setconcurrency() function
/Zephyr-latest/tests/posix/xsi_threads_ext/src/
Dmain.c177 zassert_equal(EINVAL, pthread_setconcurrency(-42)); in ZTEST()
188 zassert_ok(pthread_setconcurrency(i)); in ZTEST()
194 zassert_equal(EAGAIN, pthread_setconcurrency(CONFIG_MP_MAX_NUM_CPUS + 1)); in ZTEST()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c150 zassert_not_null(pthread_setconcurrency); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h466 int pthread_setconcurrency(int new_level);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst696 pthread_setconcurrency(),yes