mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
Remove unused Task states.
This commit is contained in:
parent
4bd69d4352
commit
dff516f6d0
1 changed files with 5 additions and 7 deletions
|
@ -30,13 +30,11 @@ public:
|
|||
Invalid = 0,
|
||||
Runnable = 1,
|
||||
Running = 2,
|
||||
BlockedReceive = 3,
|
||||
BlockedSend = 4,
|
||||
BlockedSleep = 5,
|
||||
Terminated = 6,
|
||||
Crashing = 7,
|
||||
Exiting = 8,
|
||||
BlockedWait = 9,
|
||||
BlockedSleep = 3,
|
||||
BlockedWait = 4,
|
||||
Terminated = 5,
|
||||
Crashing = 6,
|
||||
Exiting = 7,
|
||||
};
|
||||
|
||||
enum RingLevel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue