Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
TRACY_API uint64_t GetThreadHandle();
18
#else
19
static inline uint64_t GetThreadHandle()
20
{
21
return detail::GetThreadHandleImpl();
22
}
23
#endif
24
25
TRACY_API void SetThreadName( const char* name );
Callers
2
GpuCtx
Method · 0.50
GpuCtxScope
Class · 0.50
Calls
1
GetThreadHandleImpl
Function · 0.85
Tested by
no test coverage detected