KThread: Difference between revisions
added KDebugThread to KThread |
No edit summary |
||
Line 68: | Line 68: | ||
| 0x60 | | 0x60 | ||
| u32 | | u32 | ||
| | | Count of KMutex objects this thread is using | ||
|- | |- | ||
| 0x64 | | 0x64 | ||
| KLinkedListNode* | | KLinkedListNode* | ||
| | | Pointer to first KLinkedListNode in node list of KMutex objects this thread is using | ||
|- | |- | ||
| 0x68 | | 0x68 | ||
| KLinkedListNode* | | KLinkedListNode* | ||
| | | Pointer to last KLinkedListNode in node list of KMutex objects this thread is using | ||
|- | |- | ||
| 0x6C | | 0x6C |