Add GetThread() function to PCB class

This commit is contained in:
EnderIce2
2024-03-25 15:12:21 +02:00
parent 2274089a1c
commit ab8ca388bb
2 changed files with 9 additions and 0 deletions

View File

@ -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,