KSchedulableInterruptEventLinkedList: Difference between revisions

Created page with "Category:Kernel objects Size : 0x10 bytes There is exactly one instance of this object per core. On interrupt requests, when the interrupt handler of a KSchedulableIn..."
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Kernel objects]]
[[Category:Kernel objects]]
Size : 0x10 bytes
Size : 0x10 bytes


There is exactly one instance of this object per core.
There is exactly one instance of this class per core.


On interrupt requests, when the interrupt handler of a [[KSchedulableInterruptEvent]] returns anything else than NULL or 1, it is added to this list.
On interrupt requests, when the interrupt handler of a [[KSchedulableInterruptEvent]] returns anything else than NULL or 1, it is added to this list.