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

Function threadQuit

physx/snippets/snippetutils/SnippetUtils.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 void threadQuit(Thread* thread)
162 {
163 thread->quit();
164 }
165
166 void threadSignalQuit(Thread* thread)
167 {

Callers 1

threadExecuteFunction · 0.85

Calls 1

quitMethod · 0.45

Tested by

no test coverage detected