Home
last modified time | relevance | path

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

/xnu-8792.61.2/tools/lldbmacros/
H A Drecount.py437 state_time = pr.pr_recount.rpr_state_last_abs_time
438 state = state_time >> 63
439 return ('I' if state == 1 else 'A', state_time & ~(0x1 << 63))
/xnu-8792.61.2/osfmk/kern/
H A Drecount.c920 __assert_only uint64_t state_time = os_atomic_load_wide( in recount_processor_idle() local
922 assert((state_time & RCT_PR_IDLING) == 0); in recount_processor_idle()