Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
DKconfig.xsi_threads_ext9 pthread_getconcurrency(), and pthread_setconcurrency().
Dpthread.c684 int pthread_getconcurrency(void) in pthread_getconcurrency() function
/Zephyr-latest/tests/posix/xsi_threads_ext/src/
Dmain.c185 zassert_equal(0, pthread_getconcurrency()); in ZTEST()
190 zassert_equal(i, pthread_getconcurrency()); in ZTEST()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c105 zassert_not_null(pthread_getconcurrency); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h465 int pthread_getconcurrency(void);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst695 pthread_getconcurrency(),yes