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

Function GetThreadHandle

Source/ThirdParty/tracy/client/TracyProfiler.cpp:1334–1334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1332TRACY_API std::atomic<uint8_t>& GetGpuCtxCounter() { return GetProfilerData().gpuCtxCounter; }
1333TRACY_API GpuCtxWrapper& GetGpuCtx() { return GetProfilerThreadData().gpuCtx; }
1334TRACY_API uint32_t GetThreadHandle() { return detail::GetThreadHandleImpl(); }
1335std::atomic<ThreadNameData*>& GetThreadNameData() { return GetProfilerData().threadNameData; }
1336
1337# ifdef TRACY_ON_DEMAND

Callers 15

BeforeLockFunction · 0.70
AfterLockFunction · 0.70
AfterTryLockFunction · 0.70
MarkFunction · 0.70
BeforeLockSharedFunction · 0.70
AfterLockSharedFunction · 0.70
AfterUnlockSharedFunction · 0.70
AfterTryLockSharedFunction · 0.70
MemAllocMethod · 0.70
MemFreeMethod · 0.70
MemAllocCallstackMethod · 0.70
MemFreeCallstackMethod · 0.70

Calls 1

GetThreadHandleImplFunction · 0.85

Tested by

no test coverage detected