Searched refs:wrapper_ref (Results 1 – 2 of 2) sorted by relevance
102 if let Err(_old) = this.wrapper_ref().refcount().compare_exchange( in try_set_end()153 pub(crate) fn wrapper_ref(&self) -> &RequestDataWrapper { in wrapper_ref() method235 let refcount = &self.wrapper_ref().refcount(); in inc_ref()
81 request.wrapper_ref().refcount().store(2, Ordering::Relaxed); in queue_rq_callback()