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

Function threadSignalQuit

physx/snippets/snippetutils/SnippetUtils.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 void threadSignalQuit(Thread* thread)
167 {
168 thread->signalQuit();
169 }
170
171 bool threadWaitForQuit(Thread* thread)
172 {

Callers 1

cleanupPhysicsFunction · 0.85

Calls 1

signalQuitMethod · 0.45

Tested by

no test coverage detected