KProcess: Difference between revisions
No edit summary |
mNo edit summary |
||
| Line 11: | Line 11: | ||
|- | |- | ||
| 0x0 | | 0x0 | ||
| | | [[KSynchronizationObject]] | ||
| | | Base object | ||
|- | |- | ||
| 0x1C | | 0x1C | ||
| KThread* | | [[KThread]]* | ||
| 0 or pointer to the thread the currently does something with the process object. | | 0 or pointer to the thread the currently does something with the process object. | ||
|- | |- | ||
| Line 39: | Line 23: | ||
|- | |- | ||
| 0x30 | | 0x30 | ||
| KLinkedListNode* | | [[KLinkedListNode]]* | ||
| Pointer to first KLinkedListNode in list of KMemoryBlocks used by the process | | Pointer to first KLinkedListNode in list of KMemoryBlocks used by the process | ||
|- | |- | ||
| 0x34 | | 0x34 | ||
| KLinkedListNode* | | [[KLinkedListNode]]* | ||
| Pointer to last KLinkedListNode in list of KMemoryBlocks used by the process | | Pointer to last KLinkedListNode in list of KMemoryBlocks used by the process | ||
|- | |- | ||
| Line 67: | Line 51: | ||
|- | |- | ||
| 0x5C | | 0x5C | ||
| | | [[KLinkedList]] | ||
| | | List of [[KThreadLocalPages]] used by this KProcess | ||
|- | |- | ||
| 0x6C | | 0x6C | ||
| Line 127: | Line 103: | ||
|- | |- | ||
| 0xB8 | | 0xB8 | ||
| KThread* | | [[KThread]]* | ||
| Pointer to the process's main (?) thread. | | Pointer to the process's main (?) thread. | ||
|- | |- | ||