MCPcopy Create free account
hub / github.com/crossuo/crossuo / GetThreadHandle

Function GetThreadHandle

external/tracy/common/TracySystem.hpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17TRACY_API uint64_t GetThreadHandle();
18#else
19static inline uint64_t GetThreadHandle()
20{
21 return detail::GetThreadHandleImpl();
22}
23#endif
24
25TRACY_API void SetThreadName( const char* name );

Callers 2

GpuCtxMethod · 0.50
GpuCtxScopeClass · 0.50

Calls 1

GetThreadHandleImplFunction · 0.85

Tested by

no test coverage detected