Home
last modified time | relevance | path

Searched refs:SCHED_RR (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dsched.h56 #define SCHED_RR 1 macro
57 #define SCHED_OTHER SCHED_RR
Dpx_sched_get_prio.c72 if (policy==SCHED_FIFO || policy==SCHED_RR ) in sched_get_priority_max()
120 if (policy==SCHED_FIFO || policy==SCHED_RR ) in sched_get_priority_min()
Dpx_pth_setschedparam.c91 if (!(( policy == SCHED_FIFO )||(policy== SCHED_RR))) in pthread_setschedparam()
107 if(policy==SCHED_RR) thread_tcb->time_slice=SCHED_RR_TIME_SLICE; in pthread_setschedparam()
Dpx_pth_create.c185 if(pthread_ptr->sched_policy==SCHED_RR) pthread_ptr->time_slice = SCHED_RR_TIME_SLICE; in pthread_create()