MCPcopy 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

27TRACY_API uint32_t GetThreadHandle();
28#else
29static inline uint32_t GetThreadHandle()
30{
31 return detail::GetThreadHandleImpl();
32}
33#endif
34
35TRACY_API void SetThreadName( const char* name );

Callers 12

D3D11ZoneScopeMethod · 0.50
WriteQueueItemMethod · 0.50
TracyVulkan.hppFile · 0.50
m_activeFunction · 0.50
VkCtxScopeFunction · 0.50
WriteQueueItemMethod · 0.50
D3D12ZoneScopeMethod · 0.50
GpuCtxMethod · 0.50
TracyOpenGL.hppFile · 0.50
m_activeFunction · 0.50
TracyOpenCL.hppFile · 0.50
~OpenCLCtxScopeFunction · 0.50

Calls 1

GetThreadHandleImplFunction · 0.85

Tested by

no test coverage detected