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

Function atomic_load_ptr

vm/ByteCodeTranslator/src/rpmalloc.c:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177static FORCEINLINE void*
178atomic_load_ptr(atomicptr_t* src) {
179 return src->nonatomic;
180}
181
182static FORCEINLINE void
183atomic_store_ptr(atomicptr_t* dst, void* val) {

Calls

no outgoing calls

Tested by

no test coverage detected