mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Kernel: Port select to ThreadBlocker
This commit is contained in:
parent
32fcfb79e9
commit
4f9ae9b970
Notes:
sideshowbarker
2024-07-19 13:10:04 +09:00
Author: https://github.com/rburchell
Commit: 4f9ae9b970
Pull-request: https://github.com/SerenityOS/serenity/pull/340
4 changed files with 86 additions and 68 deletions
|
@ -166,8 +166,6 @@ const char* to_string(Thread::State state)
|
|||
return "Wait";
|
||||
case Thread::BlockedSignal:
|
||||
return "Signal";
|
||||
case Thread::BlockedSelect:
|
||||
return "Select";
|
||||
case Thread::BlockedLurking:
|
||||
return "Lurking";
|
||||
case Thread::BlockedCondition:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue