Searched refs:otherpri (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_prim.h288 int otherpri);
296 #define SCHED_STATS_CSW(processor, reasons, selfpri, otherpri) \
300 (reasons), (selfpri), (otherpri)); \
H A Dsched_prim.c4500 sched_stats_handle_csw(processor_t processor, int reasons, int selfpri, int otherpri) argument
4508 if (otherpri >= BASEPRI_REALTIME) {

Completed in 24 milliseconds