MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / SetThreadName

Function SetThreadName

Dependencies/tracy/common/TracySystem.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128#endif
129
130TRACY_API void SetThreadName( const char* name )
131{
132 SetThreadNameWithHint( name, 0 );
133}
134
135TRACY_API void SetThreadNameWithHint( const char* name, int32_t groupHint )
136{

Callers 6

SetupVsyncFunction · 0.85
SysTraceWorkerFunction · 0.85
WorkerMethod · 0.85
CompressWorkerMethod · 0.85
SymbolWorkerMethod · 0.85
___tracy_set_thread_nameFunction · 0.85

Calls 1

SetThreadNameWithHintFunction · 0.85

Tested by

no test coverage detected