Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ signalQuit
Method
signalQuit
physx/source/foundation/src/windows/PsWindowsThread.cpp:256–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
}
255
256
void ThreadImpl::signalQuit()
257
{
258
InterlockedIncrement(&(getThread(this)->quitNow));
259
}
260
261
bool ThreadImpl::waitForQuit()
262
{
Callers
nothing calls this directly
Calls
1
getThread
Function · 0.70
Tested by
no test coverage detected