Line 68: |
Line 68: |
| | 0x60 | | | 0x60 |
| | u32 | | | u32 |
− | | Unknown list count | + | | Count of KMutex objects this thread is using |
| |- | | |- |
| | 0x64 | | | 0x64 |
| | KLinkedListNode* | | | KLinkedListNode* |
− | | First in unknown list | + | | Pointer to first KLinkedListNode in node list of KMutex objects this thread is using |
| |- | | |- |
| | 0x68 | | | 0x68 |
| | KLinkedListNode* | | | KLinkedListNode* |
− | | Last in unknown list | + | | Pointer to last KLinkedListNode in node list of KMutex objects this thread is using |
| |- | | |- |
| | 0x6C | | | 0x6C |