mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +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
Notes:
sideshowbarker
2024-07-19 18:32:04 +09:00
Author: https://github.com/awesomekling
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