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

Method Handle

Source/ThirdParty/tracy/client/TracyThread.hpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 HANDLE Handle() const { return m_hnd; }
51
52private:
53 static DWORD WINAPI Launch( void* ptr ) { ((Thread*)ptr)->m_func( ((Thread*)ptr)->m_ptr ); return 0; }

Callers 1

SpawnWorkerThreadsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected