KProcess: Difference between revisions
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
|- | |- | ||
| 0x1C | | 0x1C | ||
| | | 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 169: | Line 169: | ||
| KLinkedListNode* | | KLinkedListNode* | ||
| Pointer to last KLinkedListNode in node list of KThreads that sync with this object | | Pointer to last KLinkedListNode in node list of KThreads that sync with this object | ||
|- | |||
| 0x1C | |||
| KThread* | |||
| Thread currently running kernel code to act on this process | |||
|- | |- | ||
| 0x2C | | 0x2C |