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

Function atomic_store32

vm/ByteCodeTranslator/src/rpmalloc.c:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138static FORCEINLINE void
139atomic_store32(atomic32_t* dst, int32_t val) {
140 dst->nonatomic = val;
141}
142
143#if PLATFORM_POSIX
144

Callers 4

_memory_allocateFunction · 0.85
rpmalloc_initializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected