Searched defs:State (Results 1 – 3 of 3) sorted by relevance
94 type State = bindings::mutex; typedef98 ptr: *mut Self::State, in init()113 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock()
93 type State = bindings::spinlock_t; typedef97 ptr: *mut Self::State, in init()112 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock()
41 type State; typedef56 ptr: *mut Self::State, in init()81 unsafe fn unlock(ptr: *mut Self::State, guard_state: &Self::GuardState); in unlock()89 unsafe fn relock(ptr: *mut Self::State, guard_state: &mut Self::GuardState) { in relock()