MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / ~MutexImpl

Method ~MutexImpl

deps/physx/physx/source/foundation/src/unix/PsUnixMutex.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74MutexImpl::~MutexImpl()
75{
76 pthread_mutex_destroy(&getMutex(this)->lock);
77}
78
79void MutexImpl::lock()
80{

Callers 1

~MutexTMethod · 0.45

Calls 1

getMutexFunction · 0.70

Tested by

no test coverage detected