Home
last modified time | relevance | path

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

/xnu-10002.1.13/tools/lldbmacros/
H A Drecount.py438 state_time = pr.pr_recount.rpr_state_last_abs_time
439 state = state_time >> 63
443 state_time & ~(0x1 << 63))
/xnu-10002.1.13/osfmk/kern/
H A Drecount.c1010 __assert_only uint64_t state_time = os_atomic_load_wide( in recount_processor_idle() local
1012 assert((state_time & RCT_PR_IDLING) == 0); in recount_processor_idle()