Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_signal/src/linux/
Dsignal_manager.rs55 static ONCE: Once = Once::new(); in get_instance() constant
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dmod.rs96 static ONCE: Once = Once::new(); in global_default_async() variable
125 static ONCE: Once = Once::new(); in global_default_blocking() variable
/commonlibrary/rust/ylong_runtime/ylong_signal/tests/
Dsignal.rs176 static ONCE: Once = Once::new(); in get_instance() constant
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Ddriver.rs275 static ONCE: std::sync::Once = std::sync::Once::new(); in initialize() variable
/commonlibrary/ets_utils/js_concurrent_module/worker/
Dworker.h40 enum ListenerMode { ONCE, PERMANENT }; enumerator