Changes

67 bytes added ,  01:57, 15 July 2022
→‎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
 
}
 
}
322

edits