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

Method quitIsSignalled

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

Source from the content-addressed store, hash-verified

256}
257
258bool ThreadImpl::quitIsSignalled()
259{
260 return atomicCompareExchange(&(getThread(this)->quitNow), 0, 0) != 0;
261}
262
263#if defined(PX_GCC_FAMILY)
264__attribute__((noreturn))

Callers 2

threadQuitIsSignalledFunction · 0.45
loaderThreadMethod · 0.45

Calls 2

atomicCompareExchangeFunction · 0.70
getThreadFunction · 0.70

Tested by

no test coverage detected