Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/vchiq/dist/interface/compat/
H A Dvchi_bsd.h73 #define atomic_xchg(p, v) atomic_swap_uint(p, v) macro
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Datomic.h284 atomic_xchg(atomic_t *atomic, int new) in atomic_xchg() function