Searched refs:post_interrupt_data (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/kernel/arch/x86/
H A Darch_int.cpp251 void* data = thread->post_interrupt_data;
254 thread->post_interrupt_data = NULL;
/haiku/src/system/kernel/arch/arm64/
H A Darch_int.cpp191 void* data = thread->post_interrupt_data;
194 thread->post_interrupt_data = NULL;
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp256 void* data = thread->post_interrupt_data;
259 thread->post_interrupt_data = NULL;
/haiku/src/system/kernel/arch/arm/
H A Darch_int.cpp484 void* data = thread->post_interrupt_data;
487 thread->post_interrupt_data = NULL;
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp315 void* data = thread->post_interrupt_data;
318 thread->post_interrupt_data = NULL;
/haiku/src/system/kernel/arch/riscv64/
H A Darch_int.cpp296 void* data = thread->post_interrupt_data;
299 thread->post_interrupt_data = NULL;
/haiku/headers/private/kernel/
H A Dthread_types.h548 void* post_interrupt_data; member in struct:BKernel::Thread
/haiku/src/system/kernel/
H A Dthread.cpp202 post_interrupt_data(NULL)

Completed in 108 milliseconds