Difference between revisions of "KTimeableInterruptEvent"

From 3dbrew
Jump to navigation Jump to search
(Created page with "Category:Kernel objects class KTimeableInterruptEvent extends KSynchronizationInterruptEvent Size : 0x10 bytes Abstract base class...")
 
m
Line 22: Line 22:
 
| 0x8
 
| 0x8
 
| s64
 
| s64
| Timer
+
| Suspend time for object
 
|}
 
|}

Revision as of 23:20, 3 December 2016

class KTimeableInterruptEvent extends KSynchronizationInterruptEvent

Size : 0x10 bytes

Abstract base class for KThreadInterruptEvent and KTimerInterruptEvent (which do not define any additional attributes nor methods).

Offset Type Description
0x0 void ** Pointer to vtable
0x4 KSynchronizationObject * For KThreadInterruptEvent instances, pointer to the object the thread is waiting on
0x8 s64 Suspend time for object