Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_signal/src/
Dsig_map.rs34 static ONCE: Once = Once::new(); in get_instance() constant
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/
Ddriver.rs73 static ONCE: std::sync::Once = std::sync::Once::new(); in initialize() variable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
Dzombie_manager.rs31 static ONCE: Once = Once::new(); in get_instance() variable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dmod.rs99 static ONCE: Once = Once::new(); in global_default_async() constant
131 static ONCE: Once = Once::new(); in global_default_blocking() constant
/commonlibrary/rust/ylong_runtime/ylong_signal/tests/
Dsignal.rs195 static ONCE: Once = Once::new(); in get_instance() constant
/commonlibrary/rust/ylong_http/ylong_http_client/src/
Derror.rs200 static ONCE: Once = Once::new(); in source() variable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Ddriver.rs297 static ONCE: std::sync::Once = std::sync::Once::new(); in initialize() constant
/commonlibrary/ets_utils/js_concurrent_module/worker/
Dworker.h43 enum ListenerMode { ONCE, PERMANENT }; enumerator