Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
void ThreadImpl::kill()
273
{
Callers
2
threadQuit
Function · 0.45
loaderThread
Method · 0.45
Calls
1
getThread
Function · 0.70
Tested by
no test coverage detected