mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:47:45 +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,
|
Invalid = 0,
|
||||||
Runnable = 1,
|
Runnable = 1,
|
||||||
Running = 2,
|
Running = 2,
|
||||||
BlockedReceive = 3,
|
BlockedSleep = 3,
|
||||||
BlockedSend = 4,
|
BlockedWait = 4,
|
||||||
BlockedSleep = 5,
|
Terminated = 5,
|
||||||
Terminated = 6,
|
Crashing = 6,
|
||||||
Crashing = 7,
|
Exiting = 7,
|
||||||
Exiting = 8,
|
|
||||||
BlockedWait = 9,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
enum RingLevel {
|
enum RingLevel {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue