Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetThreadHandle
Function
GetThreadHandle
Source/ThirdParty/tracy/common/TracySystem.hpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
TRACY_API uint32_t GetThreadHandle();
90
#else
91
static inline uint32_t GetThreadHandle()
92
{
93
return detail::GetThreadHandleImpl();
94
}
95
#endif
96
97
TRACY_API void SetThreadName( const char* name );
Callers
7
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
Calls
1
GetThreadHandleImpl
Function · 0.85
Tested by
no test coverage detected