KDebug: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Kernel synchronization objects]] | [[Category:Kernel synchronization objects]] | ||
class [[KDebug]] extends [[KSynchronizationObject]]; | [[Category:Kernel interrupt events]] | ||
class [[KDebug]] extends [[KSynchronizationObject]] and [[KSendableInterruptEvent]]; | |||
Size : 0xA0 bytes | Size : 0xA0 bytes | ||
Line 29: | Line 30: | ||
| KLinkedListNode* | | KLinkedListNode* | ||
| Pointer to last KLinkedListNode in node list of KThreads that sync with this object | | Pointer to last KLinkedListNode in node list of KThreads that sync with this object | ||
|- | |||
| 0x14 | |||
| [[KSendableInterruptEvent]] | |||
| Process termination event | |||
|- | |- | ||
| 0x2C | | 0x2C |