Line 40: |
Line 40: |
| | 0x1C | | | 0x1C |
| | u32 | | | u32 |
− | | Unknown maybe number of KThread that wait for this or use this? | + | | 1 if locked, 0 if unlocked |
| |- | | |- |
| | 0x20 | | | 0x20 |
| | KThread * | | | KThread * |
− | | Unknown 1 locked? 0 unlocked? (but it is compared against a KThread* ?) | + | | Thread that has the KMutex locked - initialized to 0 if initialLocked is false when calling CreateMutex |
| |- | | |- |
| | 0x24 | | | 0x24 |