KEvent

KEvent

class KEvent extends KSynchronizationObject and KUserBindableInterruptEvent;

Size : 0x28 bytes

OffsetTypeDescription
0x0u32Pointer to vtable
0x4u32Reference count
0x8u32Count of KThreads that sync with this object - number of nodes in the linked list below
0xCKLinkedListNode*Pointer to first KLinkedListNode in node list of KThreads that sync with this object
0x10KLinkedListNode*Pointer to last KLinkedListNode in node list of KThreads that sync with this object
0x14KUserBindableInterruptEventInterrupt event (*this)
0x20boolEvent is signaled
0x21boolManual clear
0x22u8Reset type
0x23u8Unused, alignment
0x24KProcess *Owner

Category:Kernel synchronization objects Category:Kernel interrupt events