MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / Atomic

Method Atomic

Libraries/Threading/Atomic.cpp:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100#endif
101
102Atomic<int32_t>::Atomic(int32_t value) : value(value) {}
103
104int32_t Atomic<int32_t>::fetch_add(int32_t val, memory_order mem)
105{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected