MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / getThread

Function getThread

physx/source/foundation/src/unix/PsUnixThread.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104};
105
106_ThreadImpl* getThread(ThreadImpl* impl)
107{
108 return reinterpret_cast<_ThreadImpl*>(impl);
109}
110
111static void setTid(_ThreadImpl& threadImpl)
112{

Callers 12

PxThreadStartFunction · 0.70
ThreadImplMethod · 0.70
~ThreadImplMethod · 0.70
startMethod · 0.70
signalQuitMethod · 0.70
waitForQuitMethod · 0.70
quitIsSignalledMethod · 0.70
quitMethod · 0.70
killMethod · 0.70
setAffinityMaskMethod · 0.70
setNameMethod · 0.70
setPriorityMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected