Searched defs:ONCE (Results 1 – 8 of 8) sorted by relevance
34 static ONCE: Once = Once::new(); in get_instance() constant
73 static ONCE: std::sync::Once = std::sync::Once::new(); in initialize() variable
31 static ONCE: Once = Once::new(); in get_instance() variable
99 static ONCE: Once = Once::new(); in global_default_async() constant131 static ONCE: Once = Once::new(); in global_default_blocking() constant
195 static ONCE: Once = Once::new(); in get_instance() constant
200 static ONCE: Once = Once::new(); in source() variable
297 static ONCE: std::sync::Once = std::sync::Once::new(); in initialize() constant
43 enum ListenerMode { ONCE, PERMANENT }; enumerator