Line 20: |
Line 20: |
| | 0x8 | | | 0x8 |
| | u32 | | | u32 |
− | | KLinkedListNode count for object | + | | Count of KThreads that sync with this object - number of nodes in the linked list below |
| |- | | |- |
| | 0xC | | | 0xC |
− | | u32 | + | | KLinkedListNode* |
− | | Pointer to itself + 0x14 | + | | Pointer to first KLinkedListNode in node list of KThreads that sync with this object |
| |- | | |- |
| | 0x10 | | | 0x10 |
− | | u32 | + | | KLinkedListNode* |
− | | Pointer to itself + 0x14 | + | | Pointer to last KLinkedListNode in node list of KThreads that sync with this object |
| |- | | |- |
| | 0x14 | | | 0x14 |