Searched defs:State (Results 1 – 3 of 3) sorted by relevance
102 type State = bindings::mutex; typedef106 ptr: *mut Self::State, in init()121 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock()138 unsafe fn assert_is_held(ptr: *mut Self::State) { in assert_is_held()
101 type State = bindings::spinlock_t; typedef105 ptr: *mut Self::State, in init()120 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock()137 unsafe fn assert_is_held(ptr: *mut Self::State) { in assert_is_held()
39 type State; typedef54 ptr: *mut Self::State, in init()79 unsafe fn unlock(ptr: *mut Self::State, guard_state: &Self::GuardState); in unlock()87 unsafe fn relock(ptr: *mut Self::State, guard_state: &mut Self::GuardState) { in relock()97 unsafe fn assert_is_held(ptr: *mut Self::State); in assert_is_held()
Completed in 5 milliseconds