Home | History | Annotate | Download | only in vm

Lines Matching full:jprio

3259     int i, sysprio, jprio;
3268 jprio = THREAD_MIN_PRIORITY;
3272 jprio++;
3274 if (jprio > THREAD_MAX_PRIORITY)
3275 jprio = THREAD_MAX_PRIORITY;
3277 return jprio;