Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ threadWaitForQuit
Function
threadWaitForQuit
physx/snippets/snippetutils/SnippetUtils.cpp:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
bool threadWaitForQuit(Thread* thread)
172
{
173
return thread->waitForQuit();
174
}
175
176
bool threadQuitIsSignalled(Thread* thread)
177
{
Callers
1
cleanupPhysics
Function · 0.85
Calls
1
waitForQuit
Method · 0.45
Tested by
no test coverage detected