llvm-project/libclc/generic/include/clc/atomic/atomic_dec.h

2 lines
39 B
C

#define atomic_dec(p) atomic_sub(p, 1)