MCPcopy 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

942static std::atomic<bool> s_alreadyCrashed( false );
943
944static void ThreadFreezer( int /*signal*/ )
945{
946 for(;;) sleep( 1000 );
947}
948
949static inline void HexPrint( char*& ptr, uint64_t val )
950{

Callers 1

CrashHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected