Home
last modified time | relevance | path

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

/third_party/rust/crates/lazy-static.rs/tests/
Dtest.rs113 static ONCE: X = X; constant
/third_party/rust/crates/libloading/tests/
Dfunctions.rs20 static ONCE: ::std::sync::Once = ::std::sync::Once::new(); in make_helpers() constant
/third_party/rust/crates/syn/examples/lazy-static/lazy-static/src/
Dlib.rs128 static ONCE: std::sync::Once = std::sync::Once::new(); in lazy_static() constant
/third_party/rust/crates/regex/bench/src/ffi/
Dtcl.rs10 static ONCE: Once = Once::new(); variable
/third_party/toybox/toys/pending/
Dinit.c37 #define ONCE 0x04 macro
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.hpp731 ONCE = 0, enumerator
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs4158 static ONCE: Once = Once::new(); constant
4180 static ONCE: Once = Once::new(); constant