Lines Matching defs:acquire
5189 // The only way to acquire a Box<str> in the first place is through a String, so just
23314 macro_rules! acquire {
23324 macro_rules! acquire {
23870 acquire!(this.inner().strong);
24753 // The acquire label here ensures a happens-before relationship with any
24824 // > "acquire" operation before deleting the object.
24838 acquire!(self.inner().strong);
25303 acquire!(inner.weak);