ARM9 OS: Difference between revisions

Hallowizer (talk | contribs)
added a section on time
Hallowizer (talk | contribs)
Threads: added timedSleepAlarm
Line 48: Line 48:
u32 unknown3[4]; // 0x8c
u32 unknown3[4]; // 0x8c
struct OSThreadQueue queueJoin; // 0x9c
struct OSThreadQueue queueJoin; // 0x9c
// more unknown fields - the total length is not known
u32 unknown4[3]; // 0xa4
struct OSAlarm *timedSleepAlarm; // 0xb0
u32 unknown5; // 0xb4
}
}