reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Host/HostThread.h
   40   HostNativeThread &GetNativeThread();
   41   const HostNativeThread &GetNativeThread() const;
tools/lldb/source/Host/common/HostThread.cpp
   15 HostThread::HostThread() : m_native_thread(new HostNativeThread) {}
   18     : m_native_thread(new HostNativeThread(thread)) {}
   32 HostNativeThread &HostThread::GetNativeThread() {
   36 const HostNativeThread &HostThread::GetNativeThread() const {
tools/lldb/source/Host/common/ThreadLauncher.cpp
   66                        HostNativeThread::ThreadCreateTrampoline, info_ptr);