Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ThreadFreezer
Function
ThreadFreezer
Source/ThirdParty/tracy/client/TracyProfiler.cpp:944–947 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
942
static std::atomic<bool> s_alreadyCrashed( false );
943
944
static void ThreadFreezer( int /*signal*/ )
945
{
946
for(;;) sleep( 1000 );
947
}
948
949
static inline void HexPrint( char*& ptr, uint64_t val )
950
{
Callers
1
CrashHandler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected