| 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 | |
| 44 | private: |
| 45 |
no outgoing calls
no test coverage detected