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

Method signalQuit

physx/source/foundation/src/unix/PsUnixThread.cpp:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void ThreadImpl::signalQuit()
244{
245 atomicIncrement(&(getThread(this)->quitNow));
246}
247
248bool ThreadImpl::waitForQuit()
249{

Callers 4

threadSignalQuitFunction · 0.45
~BackgroundLoaderMethod · 0.45
mainContinueFunction · 0.45
~DefaultCpuDispatcherMethod · 0.45

Calls 2

atomicIncrementFunction · 0.70
getThreadFunction · 0.70

Tested by

no test coverage detected