Searched defs:State (Results 1 – 3 of 3) sorted by relevance
94 type State = bindings::spinlock_t; typedef98 ptr: *mut Self::State, in init()113 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock()
95 type State = bindings::mutex; typedef99 ptr: *mut Self::State, in init()114 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock()
29 type State; typedef41 ptr: *mut Self::State, in init()59 unsafe fn unlock(ptr: *mut Self::State, guard_state: &Self::GuardState); in unlock()67 unsafe fn relock(ptr: *mut Self::State, guard_state: &mut Self::GuardState) { in relock()