MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / atomic_store64

Function atomic_store64

vm/ByteCodeTranslator/src/rpmalloc.c:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143#if PLATFORM_POSIX
144
145static FORCEINLINE void
146atomic_store64(atomic64_t* dst, int64_t val) {
147 dst->nonatomic = val;
148}
149
150static FORCEINLINE int64_t
151atomic_exchange_and_add64(atomic64_t* dst, int64_t add) {

Callers 2

rpmalloc_initializeFunction · 0.85
_memory_mapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected