Enumerations
enum ThreadState
| Name | Value |
|---|---|
| kInitial | 0 |
| kReady | 1 |
| kRunning | 2 |
| kBlocked | 3 |
The scheduling state of a thread.
Defined at line 58 of file ../../zircon/kernel/lib/sched/include/lib/sched/thread-base.h
enum ThreadState
| Name | Value |
|---|---|
| kInitial | 0 |
| kReady | 1 |
| kRunning | 2 |
| kBlocked | 3 |
The scheduling state of a thread.
Defined at line 58 of file ../../zircon/kernel/lib/sched/include/lib/sched/thread-base.h