Home
last modified time | relevance | path

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

/third_party/rust/crates/once_cell/src/
H A Dimp_std.rs51 queue: AtomicPtr::new(COMPLETE_PTR),
64 self.queue.load(Ordering::Acquire) == COMPLETE_PTR
139 const COMPLETE_PTR: *mut Waiter = COMPLETE as *mut Waiter; consts
207 guard.new_queue = COMPLETE_PTR; in initialize_or_wait()

Completed in 1 milliseconds