Searched refs:pthread_setschedparam (Results 1 – 8 of 8) sorted by relevance
| /Zephyr-latest/tests/posix/headers/src/ |
| D | pthread_h.c | 151 zassert_not_null(pthread_setschedparam); in ZTEST()
|
| /Zephyr-latest/arch/posix/include/ |
| D | posix_cheats.h | 148 #define pthread_setschedparam(...) zap_pthread_setschedparam(__VA_ARGS__) macro
|
| /Zephyr-latest/samples/posix/philosophers/src/ |
| D | main.c | 229 ret = pthread_setschedparam(threads[i], policy, ¶m); in start_threads()
|
| /Zephyr-latest/include/zephyr/posix/ |
| D | pthread.h | 444 int pthread_setschedparam(pthread_t pthread, int policy,
|
| /Zephyr-latest/tests/posix/common/src/ |
| D | pthread.c | 200 zassert_false(pthread_setschedparam(self, SCHED_RR, ¶m), in thread_top_term()
|
| /Zephyr-latest/lib/posix/options/ |
| D | Kconfig.pthread | 101 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-latest/doc/services/portability/posix/option_groups/ |
| D | index.rst | 1014 pthread_setschedparam(),yes
|