Lines Matching refs:clone
359 let list_arc = ListArc::try_from_arc(self.clone()).ok().unwrap(); in inc_ref_done_locked()
402 let list_arc = ListArc::try_from_arc(self.clone()).ok().unwrap(); in update_refcount_locked()
434 let list_arc = ListArc::try_from_arc(self.clone()).ok().unwrap(); in incr_refcount_allow_zero2one()
439 let list_arc = ListArc::try_from_arc(self.clone()).ok().unwrap(); in incr_refcount_allow_zero2one()
466 Some(wrapper.init(self.clone())) in incr_refcount_allow_zero2one_with_wrapper()
672 inner.freeze_list.push_within_capacity(process.clone())?; in add_freeze_listener()
811 pub(crate) fn clone(&self, strong: bool) -> Result<NodeRef> { in clone() method
820 .new_node_ref(self.node.clone(), strong, None)) in clone()
1032 let process = death.process.clone(); in set_dead()
1088 let process = self.process.clone(); in do_work()
1096 process_inner.death_delivered(self.clone()); in do_work()