Searched defs:atomic_fetch_andnot_acquire (Results 1 – 2 of 2) sorted by relevance
74 #define atomic_fetch_andnot_acquire atomic_fetch_andnot_acquire macro
372 #define atomic_fetch_andnot_acquire(i, v) atomic_fetch_and_acquire(~(int)(i), (v)) macro376 #define atomic_fetch_andnot_acquire atomic_fetch_andnot macro383 #define atomic_fetch_andnot_acquire(...) \ macro