mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Add GetThread() function to PCB class
This commit is contained in:
@ -473,6 +473,7 @@ namespace Tasking
|
||||
void SetWorkingDirectory(Node *node);
|
||||
void SetExe(const char *path);
|
||||
size_t GetSize();
|
||||
TCB *GetThread(TID ID);
|
||||
|
||||
PCB(class Task *ctx,
|
||||
PCB *Parent,
|
||||
|
Reference in New Issue
Block a user