Searched refs:HostThreadWindows (Results 1 – 6 of 6) sorted by relevance
23 HostThreadWindows::HostThreadWindows() in HostThreadWindows() function in HostThreadWindows26 HostThreadWindows::HostThreadWindows(lldb::thread_t thread) in HostThreadWindows() function in HostThreadWindows29 HostThreadWindows::~HostThreadWindows() { Reset(); } in ~HostThreadWindows()31 void HostThreadWindows::SetOwnsHandle(bool owns) { m_owns_handle = owns; } in SetOwnsHandle()33 Status HostThreadWindows::Join(lldb::thread_result_t *result) { in Join()51 Status HostThreadWindows::Cancel() { in Cancel()59 lldb::tid_t HostThreadWindows::GetThreadId() const { in GetThreadId()63 void HostThreadWindows::Reset() { in Reset()70 bool HostThreadWindows::EqualsThread(lldb::thread_t thread) const { in EqualsThread()
18 class HostThreadWindows : public HostNativeThreadBase {19 HostThreadWindows(const HostThreadWindows &) = delete;20 const HostThreadWindows &operator=(const HostThreadWindows &) = delete;23 HostThreadWindows();24 HostThreadWindows(lldb::thread_t thread);25 virtual ~HostThreadWindows();
14 class HostThreadWindows; variable15 typedef HostThreadWindows HostNativeThread;
68 "windows/HostThreadWindows.cpp",
64 windows/HostThreadWindows.cpp
4073 lldb/source/Host/windows/HostThreadWindows.cpp