Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dscheduler.py1252 if (state.thc_IOTES_invocation_timestamp) :
1253 iotes_acquire_time = state.thc_IOTES_invocation_timestamp - state.thc_call_start
1256 iotes_acquire_time, state.thc_IOTES_invocation_timestamp)
/xnu-8019.80.24/osfmk/kern/
H A Dthread_call.c161 uint64_t thc_IOTES_invocation_timestamp; member
1712 thc_state.thc_IOTES_invocation_timestamp = 0; in thread_call_thread()
1812 self->thc_state->thc_IOTES_invocation_timestamp = mach_absolute_time(); in thread_call_start_iotes_invocation()