MCPcopy 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
256void ThreadImpl::signalQuit()
257{
258 InterlockedIncrement(&(getThread(this)->quitNow));
259}
260
261bool ThreadImpl::waitForQuit()
262{

Callers

nothing calls this directly

Calls 1

getThreadFunction · 0.70

Tested by

no test coverage detected