Home
last modified time | relevance | path

Searched defs:is_running (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dscheduler.rs122 is_running: Arc<AtomicBool>, field
132 fn is_running(&self) -> bool in is_running() method
481 is_running: Arc<AtomicBool>, field
490 let is_running = Arc::new(AtomicBool::new(true)); in new() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dstate.rs79 pub(crate) fn is_running(cur: usize) -> bool { in is_running() function