Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
243
void ThreadImpl::signalQuit()
244
{
245
atomicIncrement(&(getThread(this)->quitNow));
246
}
247
248
bool ThreadImpl::waitForQuit()
249
{
Callers
4
threadSignalQuit
Function · 0.45
~BackgroundLoader
Method · 0.45
mainContinue
Function · 0.45
~DefaultCpuDispatcher
Method · 0.45
Calls
2
atomicIncrement
Function · 0.70
getThread
Function · 0.70
Tested by
no test coverage detected