Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
275
void ThreadImpl::quit()
276
{
277
getThread(this)->state = _ThreadImpl::Stopped;
278
ExitThread(0);
279
}
280
281
void ThreadImpl::kill()
282
{
Callers
nothing calls this directly
Calls
1
getThread
Function · 0.70
Tested by
no test coverage detected