Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ reset
Method
reset
physx/source/foundation/src/unix/PsUnixSync.cpp:102–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void SyncImpl::reset()
103
{
104
PxUnixScopeLock lock(getSync(this)->mutex);
105
getSync(this)->is_set = false;
106
}
107
108
void SyncImpl::set()
109
{
Callers
1
~Foundation
Method · 0.45
Calls
1
getSync
Function · 0.85
Tested by
no test coverage detected