Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | sync_cmpxchg(ptr, old, new) ((__typeof__(*(ptr)))cmpxchg_acq((ptr), (old), (new))) |
#define sync_cmpxchg | ( | ptr, | |
old, | |||
new | |||
) | ((__typeof__(*(ptr)))cmpxchg_acq((ptr), (old), (new))) |
Definition at line 48 of file sync_bitops.h.