Home
last modified time | relevance | path

Searched refs:SCHED_RR_TIME_SLICE (Results 1 – 3 of 3) sorted by relevance

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_setschedparam.c108 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()
Dtx_posix.h195 #define SCHED_RR_TIME_SLICE 20 macro