Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
258
bool 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
threadQuitIsSignalled
Function · 0.45
loaderThread
Method · 0.45
Calls
2
atomicCompareExchange
Function · 0.70
getThread
Function · 0.70
Tested by
no test coverage detected