MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / ~SyncImpl

Method ~SyncImpl

physx/source/foundation/src/unix/PsUnixSync.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96SyncImpl::~SyncImpl()
97{
98 pthread_cond_destroy(&getSync(this)->cond);
99 pthread_mutex_destroy(&getSync(this)->mutex);
100}
101
102void SyncImpl::reset()
103{

Callers 1

~SyncTMethod · 0.45

Calls 1

getSyncFunction · 0.85

Tested by

no test coverage detected