diff options
author | Chris Robinson <[email protected]> | 2014-08-01 02:04:40 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-08-01 02:04:40 -0700 |
commit | 87423f046e378ec5c126cacb808dbc600481dcbd (patch) | |
tree | 2d735f719149dd2b00e9bebc45078cbde5907f84 /common | |
parent | 15a58eb38375247b6c57a7ceab5aa74895d638cd (diff) |
Use atomics for the device and context list heads
Diffstat (limited to 'common')
-rw-r--r-- | common/atomic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/atomic.c b/common/atomic.c index d78fc60d..3cdb77f4 100644 --- a/common/atomic.c +++ b/common/atomic.c @@ -11,4 +11,3 @@ extern inline uint DecrementRef(RefCount *ptr); extern inline int ExchangeInt(volatile int *ptr, int newval); extern inline void *ExchangePtr(XchgPtr *ptr, void *newval); -extern inline void *CompExchangePtr(XchgPtr *ptr, void *oldval, void *newval); |