KProcess: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Kernel synchronization objects]] | [[Category:Kernel synchronization objects]] | ||
class [[KProcess]] extends [[KSynchronizationObject]]; | [[Category:Kernel interrupt events]] | ||
class [[KProcess]] extends [[KSynchronizationObject]] and [[KSendableInterruptEvent]]; | |||
Size : 0x270 (N3DS) / 0x268 bytes (O3DS post 8.x) / 0x260 bytes (O3DS pre 8.x). 0x4D8 bytes on ARM9. | Size : 0x270 (N3DS) / 0x268 bytes (O3DS post 8.x) / 0x260 bytes (O3DS pre 8.x). 0x4D8 bytes on ARM9. | ||
Line 34: | Line 35: | ||
|- | |- | ||
| 0x14 | | 0x14 | ||
| | | [[KSendableInterruptEvent]] | ||
| | | Interrupt event (*this) sent to terminate the process | ||
|- | |- | ||
| 0x1C | | 0x1C |