KMutex: Difference between revisions
No edit summary |
No edit summary |
||
Line 40: | Line 40: | ||
| 0x1C | | 0x1C | ||
| u32 | | u32 | ||
| | | 1 if locked, 0 if unlocked | ||
|- | |- | ||
| 0x20 | | 0x20 | ||
| KThread * | | KThread * | ||
| | | Thread that has the KMutex locked - initialized to 0 if initialLocked is false when calling CreateMutex | ||
|- | |- | ||
| 0x24 | | 0x24 |