Searched refs:pthread_setschedparam (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-4.3.0/samples/posix/philosophers/src/ |
| D | main.c | 230 ret = pthread_setschedparam(threads[i], policy, ¶m); in start_threads()
|
| /Zephyr-4.3.0/include/zephyr/posix/ |
| D | pthread.h | 444 int pthread_setschedparam(pthread_t pthread, int policy,
|
| /Zephyr-4.3.0/tests/posix/common/src/ |
| D | pthread.c | 201 zassert_false(pthread_setschedparam(self, SCHED_RR, ¶m), in thread_top_term()
|
| /Zephyr-4.3.0/lib/posix/options/ |
| D | Kconfig.pthread | 119 scheduling algorithms for different threads via functions such as pthread_setschedparam()
|
| D | pthread.c | 861 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/ |
| D | index.rst | 1051 pthread_setschedparam(),yes
|