KMutex: Difference between revisions

Bond697 (talk | contribs)
No edit summary
Bond697 (talk | contribs)
temporary
Line 40: Line 40:
| 0x1C
| 0x1C
| u32
| u32
| 1 if locked, 0 if unlocked
| -
|-
|-
| 0x20
| 0x20
Line 56: Line 56:
|}
|}


KMutex + 0x20 is initialized to 0 if initialLocked is false when calling CreateMutex.  If initialLocked is true, the locking thread is set to the current thread.
-