mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:07:34 +00:00
Kernel: Add Scheduler::is_initialized
This commit is contained in:
parent
8e9fb3766d
commit
cf1c8eb778
2 changed files with 7 additions and 0 deletions
|
@ -51,6 +51,7 @@ public:
|
|||
static bool dequeue_runnable_thread(Thread&, bool = false);
|
||||
static void queue_runnable_thread(Thread&);
|
||||
static void dump_scheduler_state();
|
||||
static bool is_initialized();
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue