ARM9 OS: Difference between revisions
Hallowizer (talk | contribs) →Threads: waitingMutex isn't part of OSMutexQueue (at least not on wii) |
Hallowizer (talk | contribs) →Threads: added queueJoin |
||
| Line 46: | Line 46: | ||
struct OSMutex *mutex; // 0x84 - set to the mutex the thread is currently trying to lock | struct OSMutex *mutex; // 0x84 - set to the mutex the thread is currently trying to lock | ||
struct OSMutexQueue queueMutex; // 0x88 | struct OSMutexQueue queueMutex; // 0x88 | ||
u32 unknown3[4]; // 0x8c | |||
struct OSThreadQueue queueJoin; // 0x9c | |||
// more unknown fields - the total length is not known | // more unknown fields - the total length is not known | ||
} | } | ||