Home
last modified time | relevance | path

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

/linux/rust/pin-init/examples/
H A Dmutex.rs93 let mut sguard = self.spin_lock.acquire(); in lock() localVariable
134 let sguard = self.mtx.spin_lock.acquire(); in drop() localVariable