9#ifndef lldb_Host_windows_HostThreadWindows_h_
10#define lldb_Host_windows_HostThreadWindows_h_
14#include "llvm/ADT/SmallString.h"
31 void Reset()
override;
lldb::tid_t GetThreadId() const
Status Join(lldb::thread_result_t *result) override
const HostThreadWindows & operator=(const HostThreadWindows &)=delete
HostThreadWindows(const HostThreadWindows &)=delete
virtual ~HostThreadWindows()
bool EqualsThread(lldb::thread_t thread) const override
void SetOwnsHandle(bool owns)
A class that represents a running process on the host machine.