Home
last modified time | relevance | path

Searched refs:atomic_fetch_and_add_int64 (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/atomic/intern/
H A Datomic_ops_unix.h93 ATOMIC_INLINE int64_t atomic_fetch_and_add_int64(int64_t *p, int64_t x) in atomic_fetch_and_add_int64() function
147 ATOMIC_INLINE int64_t atomic_fetch_and_add_int64(int64_t *p, int64_t x) in atomic_fetch_and_add_int64() function
168 return atomic_fetch_and_add_int64(p, x) + x; in atomic_add_and_fetch_int64()
H A Datomic_ops_msvc.h92 ATOMIC_INLINE int64_t atomic_fetch_and_add_int64(int64_t *p, int64_t x) in atomic_fetch_and_add_int64() function
/dports/graphics/blender/blender-2.91.0/intern/atomic/
H A Datomic_ops.h81 ATOMIC_INLINE int64_t atomic_fetch_and_add_int64(int64_t *p, int64_t x);