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

Function threadQuitIsSignalled

physx/snippets/snippetutils/SnippetUtils.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 bool threadQuitIsSignalled(Thread* thread)
177 {
178 return thread->quitIsSignalled();
179 }
180
181 void threadRelease(Thread* thread)
182 {

Callers 1

threadExecuteFunction · 0.85

Calls 1

quitIsSignalledMethod · 0.45

Tested by

no test coverage detected