Home
last modified time | relevance | path

Searched defs:pthread_setschedparam (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.6.0/arch/posix/include/
Dposix_cheats.h148 #define pthread_setschedparam(...) zap_pthread_setschedparam(__VA_ARGS__) macro
/Zephyr-Core-3.6.0/lib/posix/options/
Dpthread.c754 int pthread_setschedparam(pthread_t pthread, int policy, const struct sched_param *param) in pthread_setschedparam() function