mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Kernel: Use new Thread::previous_mode to track ticks
This commit is contained in:
@@ -971,7 +971,7 @@ public:
|
||||
|
||||
void exit(void* = nullptr);
|
||||
|
||||
bool tick(bool in_kernel);
|
||||
bool tick();
|
||||
void set_ticks_left(u32 t) { m_ticks_left = t; }
|
||||
u32 ticks_left() const { return m_ticks_left; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user