MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / quit

Method quit

deps/physx/physx/source/foundation/src/unix/PsUnixThread.cpp:264–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262
263#if defined(PX_GCC_FAMILY)
264__attribute__((noreturn))
265#endif
266 void ThreadImpl::quit()
267{
268 getThread(this)->state = _PxThreadStopped;
269 pthread_exit(0);
270}
271
272void ThreadImpl::kill()
273{

Callers 2

threadQuitFunction · 0.45
loaderThreadMethod · 0.45

Calls 1

getThreadFunction · 0.70

Tested by

no test coverage detected