mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
Kernel: Port wait to ThreadBlocker
This commit is contained in:
committed by
Andreas Kling
parent
4f9ae9b970
commit
782e4ee6e1
@@ -162,8 +162,6 @@ const char* to_string(Thread::State state)
|
||||
return "Skip1";
|
||||
case Thread::Skip0SchedulerPasses:
|
||||
return "Skip0";
|
||||
case Thread::BlockedWait:
|
||||
return "Wait";
|
||||
case Thread::BlockedSignal:
|
||||
return "Signal";
|
||||
case Thread::BlockedLurking:
|
||||
|
||||
Reference in New Issue
Block a user