mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 10:18:15 +09:00
Kernel: Port wait to ThreadBlocker
This commit is contained in:
parent
4f9ae9b970
commit
782e4ee6e1
Notes:
sideshowbarker
2024-07-19 13:09:57 +09:00
Author: https://github.com/rburchell
Commit: 782e4ee6e1
Pull-request: https://github.com/SerenityOS/serenity/pull/340
4 changed files with 43 additions and 31 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue