Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
void ReadWriteLock::unlockReader()
162
{
163
atomicDecrement(&mImpl->readerCounter);
164
}
165
166
void ReadWriteLock::unlockWriter()
167
{
Callers
2
onTickPreRender
Method · 0.45
unlockRead
Method · 0.45
Calls
1
atomicDecrement
Function · 0.70
Tested by
no test coverage detected