KTimer: Difference between revisions
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
|- | |- | ||
| 0x8 | | 0x8 | ||
| u32 | | u32 | ||
| | | Count of KThreads that sync with this object - number of nodes in the linked list below | ||
|- | |- | ||
| 0xC | | 0xC | ||
| | | KLinkedListNode* | ||
| Pointer to | | Pointer to first KLinkedListNode in node list of KThreads that sync with this object | ||
|- | |- | ||
| 0x10 | | 0x10 | ||
| | | KLinkedListNode* | ||
| Pointer | | Pointer to last KLinkedListNode in node list of KThreads that sync with this object | ||
|- | |- | ||
| 0x14 | | 0x14 |