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

Function asAtomicDec

src/server/angelscript/angelscript/source/as_atomic.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92int asAtomicDec(int &value)
93{
94 return --value;
95}
96
97#elif defined(AS_XENON) /// XBox360
98

Callers 7

atomicDecMethod · 0.85
ReleaseMethod · 0.85
ReleaseMethod · 0.85
ReleaseMethod · 0.85
ReleaseMethod · 0.85
ReleaseMethod · 0.85
ReleaseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected