Home
last modified time | relevance | path

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

/xnu-8796.121.2/tools/lldbmacros/
H A Dscheduler.py1270 if (state.thc_IOTES_invocation_timestamp) :
1271 iotes_acquire_time = state.thc_IOTES_invocation_timestamp - state.thc_call_start
1274 iotes_acquire_time, state.thc_IOTES_invocation_timestamp))
/xnu-8796.121.2/osfmk/kern/
H A Dthread_call.c163 uint64_t thc_IOTES_invocation_timestamp; member
1801 thc_state.thc_IOTES_invocation_timestamp = 0; in thread_call_thread()
1901 self->thc_state->thc_IOTES_invocation_timestamp = mach_absolute_time(); in thread_call_start_iotes_invocation()