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

Function atomic_store_ptr

vm/ByteCodeTranslator/src/rpmalloc.c:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182static FORCEINLINE void
183atomic_store_ptr(atomicptr_t* dst, void* val) {
184 dst->nonatomic = val;
185}
186
187static FORCEINLINE int
188atomic_cas_ptr(atomicptr_t* dst, void* val, void* ref);

Callers 3

rpmalloc_finalizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected