MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / AtomicInc

Function AtomicInc

include/luxrays/utils/atomic.h:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73inline unsigned int AtomicInc(unsigned int *val) {
74 return boost::interprocess::ipcdetail::atomic_inc32(((uint32_t *) val));
75}
76
77inline unsigned int AtomicDec(unsigned int *val) {
78 return boost::interprocess::ipcdetail::atomic_dec32(((uint32_t *) val));

Callers 5

CreateNodeFuncFunction · 0.85
CreateLeafFuncFunction · 0.85
GetNewPixelPassMethod · 0.85
CreateNodeFuncFunction · 0.85
CreateLeafFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected