Searched refs:HostNativeThread (Results 1 – 5 of 5) sorted by relevance
15 HostThread::HostThread() : m_native_thread(new HostNativeThread) {} in HostThread()18 : m_native_thread(new HostNativeThread(thread)) {} in HostThread()32 HostNativeThread &HostThread::GetNativeThread() { in GetNativeThread()33 return static_cast<HostNativeThread &>(*m_native_thread); in GetNativeThread()36 const HostNativeThread &HostThread::GetNativeThread() const { in GetNativeThread()37 return static_cast<const HostNativeThread &>(*m_native_thread); in GetNativeThread()
35 HostNativeThread::ThreadCreateTrampoline, info_up.get(), 0, NULL); in LaunchThread()67 HostNativeThread::ThreadCreateTrampoline, info_up.get()); in LaunchThread()
15 typedef HostThreadWindows HostNativeThread; typedef18 typedef HostThreadMacOSX HostNativeThread;21 typedef HostThreadPosix HostNativeThread;
40 HostNativeThread &GetNativeThread();41 const HostNativeThread &GetNativeThread() const;
32 module HostNativeThread { header "lldb/Host/HostNativeThread.h" export * }