Searched defs:IDLE (Results 1 – 6 of 6) sorted by relevance
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
| D | atomic_waker.rs | 26 const IDLE: u8 = 0; constant
|
| /commonlibrary/ets_utils/platform/ |
| D | utils.h | 25 IDLE, enumerator
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
| D | parker.rs | 34 const IDLE: usize = 0; constant
|
| D | current_thread.rs | 30 const IDLE: usize = 0; constant
|
| /commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
| D | worker.h | 41 enum class WorkerState { IDLE, RUNNING, BLOCKED }; enumerator
|
| /commonlibrary/ets_utils/js_concurrent_module/worker/ |
| D | worker.h | 39 enum class WorkerPriority { INVALID = -1, HIGH = 0, MEDIUM, LOW, IDLE, DEADLINE, VIP, MAX }; enumerator
|