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

Function GetHandle

Source/Engine/Platform/Win32/Win32Thread.h:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 static Win32Thread* Create(IRunnable* runnable, const String& name, ThreadPriority priority = ThreadPriority::Normal, uint32 stackSize = 0);
38
39 void* GetHandle() const
40 {
41 return _thread;
42 }
43
44private:
45

Callers 3

EndMethod · 0.50
BeginEventMethod · 0.50
EndEventMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected