MCPcopy 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

89TRACY_API uint32_t GetThreadHandle();
90#else
91static inline uint32_t GetThreadHandle()
92{
93 return detail::GetThreadHandleImpl();
94}
95#endif
96
97TRACY_API void SetThreadName( const char* name );

Callers 7

D3D11ZoneScopeMethod · 0.50
WriteQueueItemMethod · 0.50
TracyVulkan.hppFile · 0.50
m_activeFunction · 0.50
VkCtxScopeFunction · 0.50
WriteQueueItemMethod · 0.50
D3D12ZoneScopeMethod · 0.50

Calls 1

GetThreadHandleImplFunction · 0.85

Tested by

no test coverage detected