Home
last modified time | relevance | path

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

/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp181 bool hardwareInterrupt = false; in m68k_exception_entry() local
289 hardwareInterrupt = true; in m68k_exception_entry()
308 if (hardwareInterrupt && thread->post_interrupt_callback != NULL) { in m68k_exception_entry()