mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
Get rid of the undertaker and have waitpid() be the reaper.
For dead orphans, the scheduler calls reap().
This commit is contained in:
parent
f792349853
commit
1dbc340da8
6 changed files with 45 additions and 60 deletions
|
@ -14,7 +14,7 @@ public:
|
|||
static bool yield();
|
||||
static bool context_switch(Process&);
|
||||
static void prepare_for_iret_to_new_process();
|
||||
static void prepare_to_modify_own_tss();
|
||||
static void prepare_to_modify_tss(Process&);
|
||||
};
|
||||
|
||||
int sched_yield();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue