From ce046d2f03a349d15a5e092d64287df33a79117b Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 31 Jul 2014 04:34:46 -0700 Subject: Rename ATOMIC_COMPARE_EXCHANGE to ATOMIC_COMPARE_EXCHANGE_STRONG --- common/atomic.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/atomic.c') diff --git a/common/atomic.c b/common/atomic.c index ab258e8e..90654628 100644 --- a/common/atomic.c +++ b/common/atomic.c @@ -8,8 +8,6 @@ extern inline void InitRef(RefCount *ptr, uint value); extern inline uint ReadRef(RefCount *ptr); extern inline uint IncrementRef(RefCount *ptr); extern inline uint DecrementRef(RefCount *ptr); -extern inline uint ExchangeRef(RefCount *ptr, uint newval); -extern inline uint CompExchangeRef(RefCount *ptr, uint oldval, uint newval); extern inline int ExchangeInt(volatile int *ptr, int newval); extern inline void *ExchangePtr(XchgPtr *ptr, void *newval); -- cgit v1.2.3