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

Function atomic_load32

vm/ByteCodeTranslator/src/rpmalloc.c:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131typedef struct atomicptr_t atomicptr_t;
132
133static FORCEINLINE int32_t
134atomic_load32(atomic32_t* src) {
135 return src->nonatomic;
136}
137
138static FORCEINLINE void
139atomic_store32(atomic32_t* dst, int32_t val) {

Callers 4

_memory_deallocateFunction · 0.85
_memory_reallocateFunction · 0.85
_memory_usable_sizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected