Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ GetThreadHandle
Function
GetThreadHandle
Dependencies/tracy/common/TracySystem.hpp:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
TRACY_API uint32_t GetThreadHandle();
28
#else
29
static inline uint32_t GetThreadHandle()
30
{
31
return detail::GetThreadHandleImpl();
32
}
33
#endif
34
35
TRACY_API void SetThreadName( const char* name );
Callers
12
D3D11ZoneScope
Method · 0.50
WriteQueueItem
Method · 0.50
TracyVulkan.hpp
File · 0.50
m_active
Function · 0.50
VkCtxScope
Function · 0.50
WriteQueueItem
Method · 0.50
D3D12ZoneScope
Method · 0.50
GpuCtx
Method · 0.50
TracyOpenGL.hpp
File · 0.50
m_active
Function · 0.50
TracyOpenCL.hpp
File · 0.50
~OpenCLCtxScope
Function · 0.50
Calls
1
GetThreadHandleImpl
Function · 0.85
Tested by
no test coverage detected