KSchedulableInterruptEvent: Difference between revisions
Created page with "Category:Kernel objects class KSchedulableInterruptEvent extends KSynchronizationInterruptEvent Size : 0x8 bytes Base class for KE..." |
mNo edit summary |
||
Line 4: | Line 4: | ||
Size : 0x8 bytes | Size : 0x8 bytes | ||
Abstract base class for KEventInterruptEvent, KSemaphoreInterruptEvent, KMutexInterruptEvent (?) | |||
The virtual interrupt function of this class returns an instance to <code>this</code>. After rescheduling, the second virtual function, which signals the parent object, is executed. | The virtual interrupt function of this class returns an instance to <code>this</code>. After rescheduling, the second virtual function, which signals the parent object, is executed. |