Home
last modified time | relevance | path

Searched refs:SCHED_OTHER (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_sched.c116 *ret = SCHED_OTHER; in getscheduler()
133 if (policy == SCHED_OTHER) in ksched_setparam()
181 case SCHED_OTHER: in ksched_setscheduler()
234 case SCHED_OTHER: in ksched_get_priority_max()
258 case SCHED_OTHER: in ksched_get_priority_min()
/dragonfly/lib/libthread_xu/thread/
H A Dthr_kern.c137 if (((min = sched_get_priority_min(SCHED_OTHER)) == -1) && in _thr_set_sched_other_prio()
140 if (((max = sched_get_priority_max(SCHED_OTHER)) == -1) && in _thr_set_sched_other_prio()
166 *policy = SCHED_OTHER; in _rtp_to_schedparam()
186 case SCHED_OTHER: in _schedparam_to_rtp()
H A Dthr_setschedparam.c57 if (policy == SCHED_OTHER) { in _pthread_setschedparam()
78 if (policy == SCHED_OTHER) { in _pthread_setschedparam()
H A Dthr_init.c59 .sched_policy = SCHED_OTHER,
H A Dthr_attr.c467 else if (pol != SCHED_FIFO && pol != SCHED_OTHER && pol != SCHED_RR) in _pthread_attr_setschedpolicy()
/dragonfly/tools/regression/p1003_1b/
H A Dprutil.c29 case SCHED_OTHER: in sched_text()
H A Dsched.c144 checkpris(SCHED_OTHER); in sched()
/dragonfly/sys/sys/
H A Dsched.h44 #define SCHED_OTHER 2 macro
/dragonfly/test/interbench/
H A Dinterbench.c205 if (sched_setscheduler(0, SCHED_OTHER, &sp) == -1) { in set_normal()
240 if (pthread_setschedparam(pthread, SCHED_OTHER, &sp) == -1) in set_thread_normal()
/dragonfly/test/libpthread/
H A Dmutex_d.c1501 assert (pthread_setschedparam (states[i].tid, SCHED_OTHER, in main()