KServerSession

KServerSession

class KServerSession 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
0x14KSession*Pointer to parent session
0x18KThread*Last stolen KThread during sync request- current thread when KServerSession code is running during svc - noted in KThread+0xA8 as well
0x1CKThread*First stolen KThread during sync request
0x20KThread*KThread that originated the session

Category:Kernel synchronization objects