Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c151 zassert_not_null(pthread_setschedparam); in ZTEST()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h148 #define pthread_setschedparam(...) zap_pthread_setschedparam(__VA_ARGS__) macro
/Zephyr-latest/samples/posix/philosophers/src/
Dmain.c229 ret = pthread_setschedparam(threads[i], policy, &param); in start_threads()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h444 int pthread_setschedparam(pthread_t pthread, int policy,
/Zephyr-latest/tests/posix/common/src/
Dpthread.c200 zassert_false(pthread_setschedparam(self, SCHED_RR, &param), in thread_top_term()
/Zephyr-latest/lib/posix/options/
DKconfig.pthread101 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-latest/doc/services/portability/posix/option_groups/
Dindex.rst1014 pthread_setschedparam(),yes