Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dkern_stackshot.c4067 int32_t current_memlimit = 0, effectiveprio = 0, requestedprio = 0, assertionprio = 0; in kcdata_record_task_snapshot() local
4068 proc_memstat_data_kdp(bsd_info, &current_memlimit, &effectiveprio, &requestedprio, &assertionprio); in kcdata_record_task_snapshot()
4070 memorystatus_snapshot->tms_effectivepriority = effectiveprio; in kcdata_record_task_snapshot()