Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
TRACY_API void SetThreadName( const char* name )
131
{
132
SetThreadNameWithHint( name, 0 );
133
}
134
135
TRACY_API void SetThreadNameWithHint( const char* name, int32_t groupHint )
136
{
Callers
6
SetupVsync
Function · 0.85
SysTraceWorker
Function · 0.85
Worker
Method · 0.85
CompressWorker
Method · 0.85
SymbolWorker
Method · 0.85
___tracy_set_thread_name
Function · 0.85
Calls
1
SetThreadNameWithHint
Function · 0.85
Tested by
no test coverage detected