KDebug: Difference between revisions
No edit summary |
No edit summary |
||
Line 58: | Line 58: | ||
| 0x28 | | 0x28 | ||
| [[KThread]] * | | [[KThread]] * | ||
| Thread | | Thread having exclusive access to this object | ||
|- | |- | ||
| 0x2C | | 0x2C | ||
Line 123: | Line 123: | ||
| 0x68 | | 0x68 | ||
| u32 | | u32 | ||
| | | List size; this [[KLinkedList]] of [[KThread]] instances of the parent process. | ||
It is made of the process's currently running threads, then, for each core, of one thread by priority (if it exists), from highest to lowest priority | |||
|- | |- | ||
| 0x6C | | 0x6C | ||
| KLinkedListNode* | | KLinkedListNode* | ||
| Pointer to first KLinkedListNode in | | Pointer to first KLinkedListNode in the above list | ||
|- | |- | ||
| 0x70 | | 0x70 | ||
| KLinkedListNode* | | KLinkedListNode* | ||
| Pointer to last KLinkedListNode in | | Pointer to last KLinkedListNode in the above list | ||
|- | |- | ||
| 0x74 | | 0x74 |