Home
last modified time | relevance | path

Searched refs:inthandler_timestamp (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.1.13/osfmk/arm/
H A Dthread.h137 …uint64_t inthandler_timestamp; /* timestamp of when interrupt handler start… member
H A Dmachine_routines.h124 thread->machine.inthandler_timestamp = ml_get_sched_hygiene_timebase(); \
135 …thread->machine.inthandler_timestamp = 0; …
H A Dmachine_routines_common.c926 …uint64_t start = is_int_handler ? thread->machine.inthandler_timestamp : thread->machine.intmask_t… in __ml_handle_interrupts_disabled_duration()
1023 if (t->machine.inthandler_timestamp != 0) { in ml_irq_debug_abandon()
H A Dlocks_arm.c294 if (thread->machine.inthandler_timestamp == 0) { in _prepare_preemption_disable_measurement()