Home
last modified time | relevance | path

Searched refs:__sync_swap (Results 1 – 25 of 113) sorted by relevance

12345

/dports/devel/libcxxrt/libcxxrt-f96846e/src/
H A Datomic.h15 #elif __has_builtin(__sync_swap)
17 __sync_swap(addr, val)
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/unix/
H A DPalRedhawkInline.h31 return __sync_swap(pDst, iValue); in PalInterlockedExchange()
36 return __sync_swap(pDst, iValue); in PalInterlockedExchange64()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/cheri/
H A Dboolean-sync-atomics.c76 return __sync_swap(&value.repr, desired); in atomic_swap_b()
H A Dcheri-atomics.c67 int* swapped = __sync_swap(p, newval); in __atomic_stuff()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Datomic.c34 old = __sync_swap(&val, 8); in atomic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Datomic.c34 old = __sync_swap(&val, 8); in atomic()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Datomic.c34 old = __sync_swap(&val, 8); in atomic()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Datomic.c34 old = __sync_swap(&val, 8); in atomic()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Datomic.c34 old = __sync_swap(&val, 8); in atomic()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Datomic.c34 old = __sync_swap(&val, 8); in atomic()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Datomic.c34 old = __sync_swap(&val, 8); in atomic()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Datomic.c34 old = __sync_swap(&val, 8); in atomic()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Datomic.c34 old = __sync_swap(&val, 8); in atomic()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Datomic.c34 old = __sync_swap(&val, 8); in atomic()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Datomic.c34 old = __sync_swap(&val, 8); in atomic()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Datomic.c34 old = __sync_swap(&val, 8); in atomic()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Datomic.c34 old = __sync_swap(&val, 8); in atomic()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGen/
H A Datomic.c34 old = __sync_swap(&val, 8); in atomic()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGen/
H A Datomic.c34 old = __sync_swap(&val, 8); in atomic()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Datomic.c34 old = __sync_swap(&val, 8); in atomic()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/env/
H A Dgcenv.interlocked.inl59 return __sync_swap(destination, value);
145 return (T)(TADDR)__sync_swap((void* volatile *)destination, value);
159 return (T)(TADDR)__sync_swap((void* volatile *)destination, value);
/dports/lang/libobjc2/libobjc2-2.1/
H A Dgc_boehm.c64 #if !__has_builtin(__sync_swap)
65 #define __sync_swap __sync_lock_test_and_set macro
290 id old = __sync_swap(location, 0); in objc_assign_weak()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/runtime/
H A Dszrt_asan.c43 while (__sync_swap((mutex), 1) != 0) { \
46 #define MUTEX_UNLOCK(mutex) (__sync_swap((mutex), 0))
/dports/net/freeradius3/freeradius-server-3.0.25/src/include/
H A Dstdatomic.h285 #if __has_builtin(__sync_swap)
288 __sync_swap(&(object)->__val, desired)
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/thirdparty/
H A Dstdatomic.h288 #if __has_builtin(__sync_swap)
291 __sync_swap(&(object)->__val, desired)

12345