Line 19: |
Line 19: |
| |- | | |- |
| | 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 timer data node | + | | Pointer to first KLinkedListNode in node list of KThreads that sync with this object |
| |- | | |- |
| | 0x10 | | | 0x10 |
− | | u32 | + | | KLinkedListNode* |
− | | Pointer identical to the one above | + | | Pointer to last KLinkedListNode in node list of KThreads that sync with this object |
| |- | | |- |
| | 0x14 | | | 0x14 |