Difference between revisions of "KAddressArbiter"
Jump to navigation
Jump to search
(Created page with "Category:Kernel objects class KAddressArbiter extends KAutoObject;") |
|||
Line 1: | Line 1: | ||
[[Category:Kernel objects]] | [[Category:Kernel objects]] | ||
class [[KAddressArbiter]] extends [[KAutoObject]]; | class [[KAddressArbiter]] extends [[KAutoObject]]; | ||
+ | |||
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! Offset | ||
+ | ! Type | ||
+ | ! Description | ||
+ | |- | ||
+ | | 0x0 | ||
+ | | u32 | ||
+ | | Pointer to vtable | ||
+ | |- | ||
+ | | 0x4 | ||
+ | | u32 | ||
+ | | Reference count | ||
+ | |- | ||
+ | | 0x8 | ||
+ | | KThread* | ||
+ | | Last | ||
+ | |- | ||
+ | | 0xC | ||
+ | | KThread* | ||
+ | | First | ||
+ | |- | ||
+ | | 0x10 | ||
+ | | KProcess* | ||
+ | | Process | ||
+ | |} |
Revision as of 14:15, 22 September 2013
class KAddressArbiter extends KAutoObject;
Offset | Type | Description |
---|---|---|
0x0 | u32 | Pointer to vtable |
0x4 | u32 | Reference count |
0x8 | KThread* | Last |
0xC | KThread* | First |
0x10 | KProcess* | Process |