Home
last modified time | relevance | path

Searched refs:ONCE_INIT (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/lazy-static.rs/src/
H A Dinline_lazy.rs16 pub use self::std::sync::ONCE_INIT;
23 pub const INIT: Self = Lazy(Cell::new(None), ONCE_INIT);
/third_party/zlib/
H A Dcrc32.c227 /* Structure for once(), which must be initialized with ONCE_INIT. */
232 #define ONCE_INIT {ATOMIC_FLAG_INIT, 0} macro
237 ONCE_INIT.
254 /* Structure for once(), which must be initialized with ONCE_INIT. */
259 #define ONCE_INIT {0, 0} macro
289 local once_t made = ONCE_INIT;
/third_party/node/deps/zlib/
H A Dcrc32.c231 /* Structure for once(), which must be initialized with ONCE_INIT. */
236 #define ONCE_INIT {ATOMIC_FLAG_INIT, 0} macro
241 ONCE_INIT.
257 /* Structure for once(), which must be initialized with ONCE_INIT. */
262 #define ONCE_INIT {0, 0} macro
290 local once_t made = ONCE_INIT;

Completed in 3 milliseconds