By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
class [[KThread]] extends [[KSynchronizationObject]], [[KTimeableInterruptEvent]], some dummy subclass of [[KSynchronizationInterruptEvent]] and [[KSchedulableInterruptEvent]];
+
class [[KThread]] extends [[KSynchronizationObject]], [[KTimeableInterruptEvent]], [[KSendableInterruptEvent]] and [[KSchedulableInterruptEvent]];
Size : 0xB0 bytes
Size : 0xB0 bytes
Line 36:
Line 36:
|-
|-
| 0x24
| 0x24
−
| Subclass of [[KSynchronizationInterruptEvent]]
+
| [[KSendableInterruptEvent]]
−
| Scheduled by the function called by svcExitThread in a dedicated object (*this)
+
| Interrupt event (*this) sent to terminate a thread, except in the case just below
|-
|-
| 0x2C
| 0x2C
| [[KSchedulableInterruptEvent]]
| [[KSchedulableInterruptEvent]]
−
| Scheduled by the IRQ handler when the thread should terminate (*this)
+
| Interrupt event (*this) scheduled by the IRQ handler when the thread should terminate (*this)