Home
last modified time | relevance | path

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

/freebsd/tools/regression/p1003_1b/
H A Dsched.c161 int orig_scheduler = sched_is(__LINE__, &orig_param, -1); in sched()
178 (void)sched_is(__LINE__, 0, SCHED_FIFO); in sched()
204 (void)sched_is(__LINE__, 0, SCHED_RR); in sched()
209 (void)sched_is(__LINE__, 0, orig_scheduler); in sched()
249 (void)sched_is(__LINE__, 0, sched); in sched()
H A Dyield.c105 (void)sched_is(__LINE__, &got, SCHED_FIFO); in yield()
121 (void)sched_is(__LINE__, &got, SCHED_FIFO); in yield()
H A Dprutil.h11 int sched_is(int line, struct sched_param *, int);
H A Dprutil.c36 int sched_is(int line, struct sched_param *p, int shouldbe) in sched_is() function