MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / AtomicObject

Method AtomicObject

include/hx/StdLibs.h:503–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501 std::atomic< ::hx::Object *> aPtr;
502
503 AtomicObject(Dynamic val) { aPtr = val.mPtr; }
504
505 void __Mark(hx::MarkContext *__inCtx) HXCPP_OVERRIDE {
506 Dynamic ptr = load();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected