Searched refs:unlock (Results 1 – 4 of 4) sorted by relevance
30 pub fn unlock(self) {} in unlock() method
79 unsafe fn unlock(ptr: *mut Self::State, guard_state: &Self::GuardState); in unlock() method235 unsafe { B::unlock(self.lock.state.get(), &self.state) }; in do_unlocked()264 unsafe { B::unlock(self.lock.state.get(), &self.state) }; in drop()
121 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock() method
120 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock() method
Completed in 7 milliseconds