Home
last modified time | relevance | path

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

/xnu-10002.81.5/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-10002.81.5/osfmk/kern/
H A Dthread_call.c164 uint64_t thc_IOTES_invocation_timestamp; member
1802 thc_state.thc_IOTES_invocation_timestamp = 0; in thread_call_thread()
1902 self->thc_state->thc_IOTES_invocation_timestamp = mach_absolute_time(); in thread_call_start_iotes_invocation()