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

Function atomic_exchange_and_add64

vm/ByteCodeTranslator/src/rpmalloc.c:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150static FORCEINLINE int64_t
151atomic_exchange_and_add64(atomic64_t* dst, int64_t add) {
152 return __sync_fetch_and_add(&dst->nonatomic, add);
153}
154
155#endif
156

Callers 1

_memory_mapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected