Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm/
H A Dmachine_routines_common.c778 if (thread->machine.intmask_timestamp) { in ml_spin_debug_reset()
779 thread->machine.intmask_timestamp = ml_get_speculative_timebase(); in ml_spin_debug_reset()
792 thread->machine.intmask_timestamp = 0; in ml_spin_debug_clear()
886 start = is_int_handler ? thread->machine.inthandler_timestamp : thread->machine.intmask_timestamp; in __ml_handle_interrupts_disabled_duration()
972 thread->machine.intmask_timestamp = ml_get_speculative_timebase(); in ml_interrupt_masked_debug_timestamp()
1002 thread->machine.intmask_timestamp = 0; in ml_set_interrupts_enabled()
H A Dthread.h146 …uint64_t intmask_timestamp; /* timestamp of when interrupts were manuall… member