Searched defs:xchg (Results 1 - 5 of 5) sorted by relevance

/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h75 atomic_compare_exchange_strong(volatile T * a,typename T::Type * cmp,typename T::Type xchg,memory_order mo) argument
88 atomic_compare_exchange_weak(volatile T * a,typename T::Type * cmp,typename T::Type xchg,memory_order mo) argument
H A Dsanitizer_atomic_msvc.h204 atomic_compare_exchange_strong(volatile atomic_uintptr_t * a,uptr * cmp,uptr xchg,memory_order mo) argument
217 atomic_compare_exchange_strong(volatile atomic_uint16_t * a,u16 * cmp,u16 xchg,memory_order mo) argument
230 atomic_compare_exchange_strong(volatile atomic_uint32_t * a,u32 * cmp,u32 xchg,memory_order mo) argument
243 atomic_compare_exchange_strong(volatile atomic_uint64_t * a,u64 * cmp,u64 xchg,memory_order mo) argument
257 atomic_compare_exchange_weak(volatile T * a,typename T::Type * cmp,typename T::Type xchg,memory_order mo) argument
[all...]
H A Dsanitizer_atomic_clang_mips.h66 atomic_compare_exchange_strong(volatile atomic_uint64_t * ptr,atomic_uint64_t::Type * cmp,atomic_uint64_t::Type xchg,memory_order mo) argument
/src/sys/external/bsd/drm2/include/linux/
H A Datomic.h42 #define xchg(P, V) __sync_lock_test_and_set(P, V) macro
/src/sys/netinet/
H A Dtcp_subr.c745 #define xchg(a,b,type) { type t; t=a; a=b; b=t; } macro

Completed in 8 milliseconds