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

Method quit

physx/source/foundation/src/windows/PsWindowsThread.cpp:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void ThreadImpl::quit()
276{
277 getThread(this)->state = _ThreadImpl::Stopped;
278 ExitThread(0);
279}
280
281void ThreadImpl::kill()
282{

Callers

nothing calls this directly

Calls 1

getThreadFunction · 0.70

Tested by

no test coverage detected