Difference between revisions of "KScheduler"

From 3dbrew
Jump to navigation Jump to search
(Created page with "Category:Kernel objects")
 
Line 1: Line 1:
 
[[Category:Kernel objects]]
 
[[Category:Kernel objects]]
 +
 +
Size : 0x228 bytes
 +
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Offset
 +
! Type
 +
!  Description
 +
|-
 +
| 0x0
 +
| u32
 +
| Pointer to  vtable
 +
|-
 +
| 0x4
 +
| u32
 +
| Unused
 +
|-
 +
| 0x8
 +
| u32
 +
| Count for thread switches - this is only added to if a context switch function runs but exits because the scheduler is locked by another thread.
 +
|}

Revision as of 03:04, 15 March 2015


Size : 0x228 bytes

Offset Type Description
0x0 u32 Pointer to vtable
0x4 u32 Unused
0x8 u32 Count for thread switches - this is only added to if a context switch function runs but exits because the scheduler is locked by another thread.