OSDN Git Service

Add atomic multiply and divide operations, built on top of CompareAndSwap.
authorOwen Anderson <resistor@mac.com>
Tue, 23 Jun 2009 21:19:04 +0000 (21:19 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 23 Jun 2009 21:19:04 +0000 (21:19 +0000)
commite0fa0b42b2b5e95c81ceff19401c7bb2152dd22a
tree98648008dfd2af3b7a592debcbeaf18942063fc4
parent343beeb3868eb4dedf42aa46b17029bcee20dfa2
Add atomic multiply and divide operations, built on top of CompareAndSwap.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74004 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/Atomic.h
lib/System/Atomic.cpp