MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / unlockReader

Method unlockReader

physx/source/foundation/src/unix/PsUnixMutex.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void ReadWriteLock::unlockReader()
162{
163 atomicDecrement(&mImpl->readerCounter);
164}
165
166void ReadWriteLock::unlockWriter()
167{

Callers 2

onTickPreRenderMethod · 0.45
unlockReadMethod · 0.45

Calls 1

atomicDecrementFunction · 0.70

Tested by

no test coverage detected