547 bytes added
, 22:13, 3 December 2016
[[Category:Kernel objects]]
class [[KTimeableInterruptEvent]] extends [[KSynchronizationInterruptEvent|KSynchronizationInterruptEvent]]
Size : 0x10 bytes
Abstract base class for KThreadInterruptEvent and KTimerInterruptEvent (which do not define any additional attributes nor methods).
{| class="wikitable" border="1"
|-
! Offset
! Type
! Description
|-
| 0x0
| void **
| Pointer to vtable
|-
| 0x4
| [[KSynchronizationObject]] *
| For KThreadInterruptEvent instances, pointer to the object the thread is waiting on
|-
| 0x8
| s64
| Timer
|}