Searched refs:post_interrupt_callback (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/kernel/arch/x86/
H A Darch_int.cpp249 } else if (thread->post_interrupt_callback != NULL) {
250 void (*callback)(void*) = thread->post_interrupt_callback;
253 thread->post_interrupt_callback = NULL;
/haiku/src/system/kernel/arch/arm64/
H A Darch_int.cpp189 } else if (thread->post_interrupt_callback != NULL) {
190 void (*callback)(void*) = thread->post_interrupt_callback;
193 thread->post_interrupt_callback = NULL;
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp254 } else if (thread->post_interrupt_callback != NULL) {
255 void (*callback)(void*) = thread->post_interrupt_callback;
258 thread->post_interrupt_callback = NULL;
/haiku/src/system/kernel/arch/arm/
H A Darch_int.cpp482 } else if (thread->post_interrupt_callback != NULL) {
483 void (*callback)(void*) = thread->post_interrupt_callback;
486 thread->post_interrupt_callback = NULL;
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp313 } else if (hardwareInterrupt && thread->post_interrupt_callback != NULL) {
314 void (*callback)(void*) = thread->post_interrupt_callback;
317 thread->post_interrupt_callback = NULL;
/haiku/src/system/kernel/arch/riscv64/
H A Darch_int.cpp294 } else if (thread->post_interrupt_callback != NULL) {
295 void (*callback)(void*) = thread->post_interrupt_callback;
298 thread->post_interrupt_callback = NULL;
/haiku/headers/private/kernel/
H A Dthread_types.h547 void (*post_interrupt_callback)(void*); member in struct:BKernel::Thread
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp1459 thread->post_interrupt_callback = profiling_buffer_full;
/haiku/src/system/kernel/
H A Dthread.cpp201 post_interrupt_callback(NULL),

Completed in 67 milliseconds