KServerPort

KServerPort

class KServerPort extends KSynchronizationObject;

Size : 0x24 bytes

OffsetTypeDescription
0x0u32Pointer to vtable
0x4u32Reference count
0x8u32Node count for threads
0xCKLinkedListNode*Pointer to first KLinkedListNode in the list of threads that sync with this object
0x10KLinkedListNode*Pointer to last KLinkedListNode in the list of threads that sync with this object
0x14u32Node count for threads
0x18KLinkedListNode*Pointer to first KLinkedListNode in the list of KServerSessions associated with this object
0x1CKLinkedListNode*Pointer to last KLinkedListNode in the list of KServerSessions associated with this object
0x20KPort*Pointer to parent KPort

Category:Kernel synchronization objects