Home
last modified time | relevance | path

Searched refs:SCHED_MIN (Results 1 – 2 of 2) sorted by relevance

/relibc/pthreads-emb/
H A Dsched.h93 SCHED_MIN = SCHED_OTHER, enumerator
H A Dpthread_setschedparam.c61 if (policy < SCHED_MIN || policy > SCHED_MAX) in pthread_setschedparam()