Searched defs:cmpxchg_result (Results 1 – 1 of 1) sorted by relevance
128 let cmpxchg_result = self.cmpxchg_loop(CmpxchgMode::Increase); in inc() localVariable146 let cmpxchg_result = self.cmpxchg_loop(CmpxchgMode::IncreaseNotZero); in inc_not_zero() localVariable174 let cmpxchg_result = self.cmpxchg_loop(CmpxchgMode::IncreaseNotDead); in inc_not_dead() localVariable204 let cmpxchg_result = self.cmpxchg_loop(CmpxchgMode::Decrease); in dec() localVariable235 let cmpxchg_result = self.cmpxchg_loop(CmpxchgMode::DecreaseReturn); in dec_return() localVariable264 let cmpxchg_result = self.cmpxchg_loop(CmpxchgMode::DecreaseNotZero); in dec_not_zero() localVariable295 let cmpxchg_result = self.cmpxchg_loop(CmpxchgMode::DecreaseOrLockNotZero); in dec_or_lock_not_zero() localVariable