Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ getThread
Function
getThread
physx/source/foundation/src/windows/PsWindowsThread.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
};
86
87
_ThreadImpl* getThread(ThreadImpl* impl)
88
{
89
return reinterpret_cast<_ThreadImpl*>(impl);
90
}
91
92
DWORD WINAPI PxThreadStart(LPVOID arg)
93
{
Callers
12
PxThreadStart
Function · 0.70
ThreadImpl
Method · 0.70
~ThreadImpl
Method · 0.70
start
Method · 0.70
signalQuit
Method · 0.70
waitForQuit
Method · 0.70
quitIsSignalled
Method · 0.70
quit
Method · 0.70
kill
Method · 0.70
setAffinityMask
Method · 0.70
setName
Method · 0.70
setPriority
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected