MCPcopy 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
102void SyncImpl::reset()
103{
104 PxUnixScopeLock lock(getSync(this)->mutex);
105 getSync(this)->is_set = false;
106}
107
108void SyncImpl::set()
109{

Callers 1

~FoundationMethod · 0.45

Calls 1

getSyncFunction · 0.85

Tested by

no test coverage detected