Home
last modified time | relevance | path

Searched defs:IDLE (Results 1 – 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Datomic_waker.rs26 const IDLE: u8 = 0; constant
/commonlibrary/ets_utils/platform/
Dutils.h25 IDLE, enumerator
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dparker.rs34 const IDLE: usize = 0; constant
Dcurrent_thread.rs30 const IDLE: usize = 0; constant
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dworker.h43 enum class WorkerState { IDLE, RUNNING, BLOCKED }; enumerator