mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:58:11 +00:00
Kernel: Port select to ThreadBlocker
This commit is contained in:
parent
32fcfb79e9
commit
4f9ae9b970
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