Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/libs/
Dlockref.rs128 let cmpxchg_result = self.cmpxchg_loop(CmpxchgMode::Increase); in inc() localVariable
146 let cmpxchg_result = self.cmpxchg_loop(CmpxchgMode::IncreaseNotZero); in inc_not_zero() localVariable
174 let cmpxchg_result = self.cmpxchg_loop(CmpxchgMode::IncreaseNotDead); in inc_not_dead() localVariable
204 let cmpxchg_result = self.cmpxchg_loop(CmpxchgMode::Decrease); in dec() localVariable
235 let cmpxchg_result = self.cmpxchg_loop(CmpxchgMode::DecreaseReturn); in dec_return() localVariable
264 let cmpxchg_result = self.cmpxchg_loop(CmpxchgMode::DecreaseNotZero); in dec_not_zero() localVariable
295 let cmpxchg_result = self.cmpxchg_loop(CmpxchgMode::DecreaseOrLockNotZero); in dec_or_lock_not_zero() localVariable