Home
last modified time | relevance | path

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

/Zephyr-4.3.0/samples/posix/philosophers/src/
Dmain.c230 ret = pthread_setschedparam(threads[i], policy, &param); in start_threads()
/Zephyr-4.3.0/include/zephyr/posix/
Dpthread.h444 int pthread_setschedparam(pthread_t pthread, int policy,
/Zephyr-4.3.0/tests/posix/common/src/
Dpthread.c201 zassert_false(pthread_setschedparam(self, SCHED_RR, &param), in thread_top_term()
/Zephyr-4.3.0/lib/posix/options/
DKconfig.pthread119 scheduling algorithms for different threads via functions such as pthread_setschedparam()
Dpthread.c861 int pthread_setschedparam(pthread_t pthread, int policy, const struct sched_param *param) in pthread_setschedparam() function
/Zephyr-4.3.0/doc/services/portability/posix/option_groups/
Dindex.rst1051 pthread_setschedparam(),yes