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

Method atomicDec

src/server/angelscript/angelscript/source/as_atomic.cpp:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73asDWORD asCAtomic::atomicDec()
74{
75 // A very high ref count is highly unlikely. It most likely a problem with
76 // memory that has been overwritten or is being accessed after it was deleted.
77 asASSERT(value < 1000000);
78
79 return asAtomicDec((int&)value);
80}
81
82//
83// The following code implements the atomicInc and atomicDec on different platforms

Callers 8

ReleaseMethod · 0.80
ReleaseMethod · 0.80
ReleaseInternalMethod · 0.80
ReleaseMethod · 0.80
ReleaseMethod · 0.80
ReleaseInternalMethod · 0.80
ReleaseMethod · 0.80
ReleaseMethod · 0.80

Calls 1

asAtomicDecFunction · 0.85

Tested by

no test coverage detected