Searched refs:SCHED_NONE (Results 1 – 6 of 6) sorted by relevance
122 if (pri == PRI_NONE && policy == SCHED_NONE) in do_sched_setparam()126 if (policy != SCHED_NONE && (policy < SCHED_OTHER || policy > SCHED_RR)) in do_sched_setparam()165 lpolicy = (policy == SCHED_NONE) ? t->l_class : policy; in do_sched_setparam()
2258 SCHED_NONE, &attrs->sa_schedparam); in handle_posix_spawn_attrs()
55 return _sched_setparam(pid, P_ALL_LWPS, SCHED_NONE, &sp); in sched_setparam()
142 if (_sched_setparam(getpid(), thread->pt_lid, SCHED_NONE, &sp) < 0) in pthread_setschedprio()
88 #define SCHED_NONE -1 macro
92 policy = SCHED_NONE; in main()