Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ getMutex
Function
getMutex
deps/physx/physx/source/foundation/src/unix/PsUnixMutex.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
};
54
55
MutexUnixImpl* getMutex(MutexImpl* impl)
56
{
57
return reinterpret_cast<MutexUnixImpl*>(impl);
58
}
59
}
60
61
MutexImpl::MutexImpl()
Callers
11
MutexImpl
Method · 0.70
~MutexImpl
Method · 0.70
lock
Method · 0.70
trylock
Method · 0.70
unlock
Method · 0.70
allocate
Method · 0.50
deallocate
Method · 0.50
NamedAllocator
Method · 0.50
~NamedAllocator
Method · 0.50
PsAllocator.cpp
File · 0.50
allocate
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected