Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
static FORCEINLINE int64_t
151
atomic_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_map
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected