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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_prim.h287 int selfpri,
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
4516 if (selfpri >= BASEPRI_REALTIME) {

Completed in 83 milliseconds