/src/sys/external/bsd/drm2/include/linux/ |
atomic.h | 296 atomic_cmpxchg(atomic_t *atomic, int expect, int new) function in typeref:typename:int 318 *valuep = atomic_cmpxchg(atomic, expect, new);
|
atomic.h | 296 atomic_cmpxchg(atomic_t *atomic, int expect, int new) function in typeref:typename:int 318 *valuep = atomic_cmpxchg(atomic, expect, new);
|
/src/sys/external/bsd/vchiq/dist/interface/compat/ |
vchi_bsd.h | 74 #define atomic_cmpxchg(p, oldv, newv) atomic_cas_uint(p, oldv, newv) macro
|
vchi_bsd.h | 74 #define atomic_cmpxchg(p, oldv, newv) atomic_cas_uint(p, oldv, newv) macro
|