MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / asAtomicInc

Function asAtomicInc

src/server/angelscript/angelscript/source/as_atomic.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85#if defined(AS_NO_THREADS) || defined(AS_NO_ATOMIC)
86
87int asAtomicInc(int &value)
88{
89 return ++value;
90}
91
92int asAtomicDec(int &value)
93{

Callers 7

atomicIncMethod · 0.85
AddRefMethod · 0.85
AddRefMethod · 0.85
AddRefMethod · 0.85
AddRefMethod · 0.85
AddRefMethod · 0.85
AddRefMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected