Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
MutexImpl::~MutexImpl()
75
{
76
pthread_mutex_destroy(&getMutex(this)->lock);
77
}
78
79
void MutexImpl::lock()
80
{
Callers
1
~MutexT
Method · 0.45
Calls
1
getMutex
Function · 0.70
Tested by
no test coverage detected