Lines Matching defs:HostThreadWindows
1 //===-- HostThreadWindows.cpp ---------------------------------------------===//
11 #include "lldb/Host/windows/HostThreadWindows.h"
23 HostThreadWindows::HostThreadWindows()
26 HostThreadWindows::HostThreadWindows(lldb::thread_t thread)
29 HostThreadWindows::~HostThreadWindows() { Reset(); }
31 void HostThreadWindows::SetOwnsHandle(bool owns) { m_owns_handle = owns; }
33 Status HostThreadWindows::Join(lldb::thread_result_t *result) {
51 Status HostThreadWindows::Cancel() {
59 lldb::tid_t HostThreadWindows::GetThreadId() const {
63 void HostThreadWindows::Reset() {
70 bool HostThreadWindows::EqualsThread(lldb::thread_t thread) const {