Searched defs:atomic_cmpxchg (Results 1 - 2 of 2) sorted by relevance

/src/sys/external/bsd/drm2/include/linux/
H A Datomic.h296 atomic_cmpxchg(atomic_t *atomic, int expect, int new) function in typeref:typename:int
/src/sys/external/bsd/vchiq/dist/interface/compat/
H A Dvchi_bsd.h74 #define atomic_cmpxchg(p, oldv, newv) atomic_cas_uint(p, oldv, newv) macro

Completed in 4 milliseconds