Home
last modified time | relevance | path

Searched defs:try_lock (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/sync/
H A Dlock.rs72 unsafe fn try_lock(ptr: *mut Self::State) -> Option<Self::GuardState>; in try_lock() method
185 pub fn try_lock(&self) -> Option<Guard<'_, T, B>> { try_lock() method
/linux/rust/kernel/sync/lock/
H A Dglobal.rs87 pub fn try_lock(&'static self) -> Option<GlobalGuard<B>> { try_lock() method
/linux/rust/kernel/
H A Dxarray.rs122 pub fn try_lock(&self) -> Option<Guard<'_, T>> { in try_lock() method