Home
last modified time | relevance | path

Searched defs:atomic_add_fetch (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/vkd3d/vkd3d-1.2/include/private/
H A Dvkd3d_common.h166 # define atomic_add_fetch(ptr, val) __sync_add_and_fetch(ptr, val) macro
169 # define atomic_add_fetch(ptr, val) InterlockedAdd(ptr, val) macro
/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Datomic.h221 #define atomic_add_fetch(ptr, n) __atomic_add_fetch(ptr, n, __ATOMIC_SEQ_CST) macro
408 #define atomic_add_fetch(ptr, n) __sync_add_and_fetch(ptr, n) macro
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Datomic.h221 #define atomic_add_fetch(ptr, n) __atomic_add_fetch(ptr, n, __ATOMIC_SEQ_CST) macro
408 #define atomic_add_fetch(ptr, n) __sync_add_and_fetch(ptr, n) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qemu/
H A Datomic.h211 #define atomic_add_fetch(ptr, n) __atomic_add_fetch(ptr, n, __ATOMIC_SEQ_CST) macro
391 #define atomic_add_fetch(ptr, n) __sync_add_and_fetch(ptr, n) macro
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/tools/cmd/godoc/
H A Dmain.go222 // Bind the root directory of the main module.
409 err = json.Unmarshal(out, &env)
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Datomic.h219 #define atomic_add_fetch(ptr, n) __atomic_add_fetch(ptr, n, __ATOMIC_SEQ_CST) macro
403 #define atomic_add_fetch(ptr, n) __sync_add_and_fetch(ptr, n) macro
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_Atomic_Generic.hpp553 KOKKOS_INLINE_FUNCTION T atomic_add_fetch(volatile T* const dest, const T val) { in atomic_add_fetch() function
/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_Atomic_Generic.hpp553 KOKKOS_INLINE_FUNCTION T atomic_add_fetch(volatile T* const dest, const T val) { in atomic_add_fetch() function
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_Atomic_Generic.hpp553 KOKKOS_INLINE_FUNCTION T atomic_add_fetch(volatile T* const dest, const T val) { in atomic_add_fetch() function