mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
Kernel: Rename RegisterDump => RegisterState
This commit is contained in:
parent
5507945306
commit
0341ddc5eb
10 changed files with 79 additions and 79 deletions
|
@ -34,7 +34,7 @@
|
|||
class Process;
|
||||
class Thread;
|
||||
class WaitQueue;
|
||||
struct RegisterDump;
|
||||
struct RegisterState;
|
||||
struct SchedulerData;
|
||||
|
||||
extern Thread* current;
|
||||
|
@ -48,7 +48,7 @@ extern SchedulerData* g_scheduler_data;
|
|||
class Scheduler {
|
||||
public:
|
||||
static void initialize();
|
||||
static void timer_tick(RegisterDump&);
|
||||
static void timer_tick(RegisterState&);
|
||||
static bool pick_next();
|
||||
static void pick_next_and_switch_now();
|
||||
static void switch_now();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue