Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dsched.h57 #define SCHED_RR 1 macro
58 #define SCHED_OTHER SCHED_RR
Dpx_sched_get_prio.c73 if (policy==SCHED_FIFO || policy==SCHED_RR ) in sched_get_priority_max()
121 if (policy==SCHED_FIFO || policy==SCHED_RR ) in sched_get_priority_min()
Dpx_pth_setschedparam.c92 if (!(( policy == SCHED_FIFO )||(policy== SCHED_RR))) in pthread_setschedparam()
108 if(policy==SCHED_RR) thread_tcb->time_slice=SCHED_RR_TIME_SLICE; in pthread_setschedparam()
Dpx_pth_create.c186 if(pthread_ptr->sched_policy==SCHED_RR) pthread_ptr->time_slice = SCHED_RR_TIME_SLICE; in pthread_create()