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