Searched refs:SCHED_SYS (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/
H A Dsched.h50 #define SCHED_SYS 3 /* system scheduling class */ macro
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsched.c44 {0, SCHED_SYS, 0, 0, {0, "SYS", 0}},
139 } else if (policy != SCHED_SYS &&
202 return (get_info_by_policy(SCHED_SYS));
421 if (policy == SCHED_SYS ||
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c124 (ap->policy == SCHED_SYS ||
H A Dpthr_attr.c344 policy != SCHED_SYS && get_info_by_policy(policy) != NULL) {
H A Dspawn.c777 if (sap == NULL || schedpolicy == SCHED_SYS)

Completed in 100 milliseconds