Home
last modified time | relevance | path

Searched refs:unlock (Results 1 – 4 of 4) sorted by relevance

/rust/kernel/sync/
A Drcu.rs30 pub fn unlock(self) {} in unlock() method
A Dlock.rs79 unsafe fn unlock(ptr: *mut Self::State, guard_state: &Self::GuardState); in unlock() method
235 unsafe { B::unlock(self.lock.state.get(), &self.state) }; in do_unlocked()
264 unsafe { B::unlock(self.lock.state.get(), &self.state) }; in drop()
/rust/kernel/sync/lock/
A Dmutex.rs121 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock() method
A Dspinlock.rs120 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock() method

Completed in 7 milliseconds