Kernel: Port select to ThreadBlocker

This commit is contained in:
Robin Burchell
2019-07-18 17:39:49 +02:00
committed by Andreas Kling
parent 32fcfb79e9
commit 4f9ae9b970
4 changed files with 86 additions and 68 deletions

View File

@@ -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: