50 thread.GetNativeThread().GetSystemHandle());
59unsigned llvm::DenseMapInfo<HostThread>::getHashValue(
const HostThread &val) {
60 return DenseMapInfo<thread_t>::getHashValue(
64bool llvm::DenseMapInfo<HostThread>::isEqual(
const HostThread &lhs,
lldb::thread_t GetSystemHandle() const
Status Join(lldb::thread_result_t *result)
lldb::thread_result_t GetResult() const
std::shared_ptr< HostNativeThreadBase > m_native_thread
bool EqualsThread(lldb::thread_t thread) const
HostNativeThread & GetNativeThread()
#define LLDB_INVALID_HOST_THREAD
A class that represents a running process on the host machine.
HostThreadPosix HostNativeThread