Home
last modified time | relevance | path

Searched defs:cmpxchg (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/drm/include/linux/
H A Datomic.h60 #define cmpxchg(p, o, n) __sync_val_compare_and_swap(p, o, n) macro
/openbsd/gnu/gcc/gcc/
H A Dgimplify.c5194 tree type, itype, cmpxchg, args, x, iaddr; in gimplify_omp_atomic_pipeline() local