Searched defs:cmpxchg (Results 1 – 2 of 2) sorted by relevance
60 #define cmpxchg(p, o, n) __sync_val_compare_and_swap(p, o, n) macro
5194 tree type, itype, cmpxchg, args, x, iaddr; in gimplify_omp_atomic_pipeline() local