KMutex: Difference between revisions

Bond697 (talk | contribs)
No edit summary
Bond697 (talk | contribs)
No edit summary
Line 44: Line 44:
| 0x20
| 0x20
| KThread *
| KThread *
| Thread that has the KMutex locked - initialized to 0 if initialLocked is false when calling CreateMutex
| Thread that has the KMutex locked
|-
|-
| 0x24
| 0x24
Line 54: Line 54:
| Owner
| Owner
|-
|-
|}
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.