Home
last modified time | relevance | path

Searched refs:assert_is_held (Results 1 – 3 of 3) sorted by relevance

/rust/kernel/sync/lock/
A Dmutex.rs138 unsafe fn assert_is_held(ptr: *mut Self::State) { in assert_is_held() method
A Dspinlock.rs137 unsafe fn assert_is_held(ptr: *mut Self::State) { in assert_is_held() method
/rust/kernel/sync/
A Dlock.rs97 unsafe fn assert_is_held(ptr: *mut Self::State); in assert_is_held() method
276 unsafe { B::assert_is_held(lock.state.get()) }; in new()

Completed in 7 milliseconds