Searched refs:SCHED_RR_TIME_SLICE (Results 1 – 3 of 3) sorted by relevance
108 if(policy==SCHED_RR) thread_tcb->time_slice=SCHED_RR_TIME_SLICE; in pthread_setschedparam()
186 if(pthread_ptr->sched_policy==SCHED_RR) pthread_ptr->time_slice = SCHED_RR_TIME_SLICE; in pthread_create()
195 #define SCHED_RR_TIME_SLICE 20 macro