MCPcopy 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
55MutexUnixImpl* getMutex(MutexImpl* impl)
56{
57 return reinterpret_cast<MutexUnixImpl*>(impl);
58}
59}
60
61MutexImpl::MutexImpl()

Callers 11

MutexImplMethod · 0.70
~MutexImplMethod · 0.70
lockMethod · 0.70
trylockMethod · 0.70
unlockMethod · 0.70
allocateMethod · 0.50
deallocateMethod · 0.50
NamedAllocatorMethod · 0.50
~NamedAllocatorMethod · 0.50
PsAllocator.cppFile · 0.50
allocateMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected