MCPcopy 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

cleanupPhysicsFunction · 0.85

Calls 1

waitForQuitMethod · 0.45

Tested by

no test coverage detected