Home
last modified time | relevance | path

Searched refs:NativeThreadDarwinSP (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h36 using NativeThreadDarwinSP = std::shared_ptr<NativeThreadDarwin>; variable
96 NativeThreadDarwinSP GetCurrentThread();
112 NativeThreadDarwinSP GetThreadByID(lldb::tid_t tid) const;
114 NativeThreadDarwinSP
122 typedef std::vector<NativeThreadDarwinSP> collection;
132 NativeThreadDarwinSP m_current_thread;
H A DNativeThreadListDarwin.cpp152 NativeThreadDarwinSP
159 return NativeThreadDarwinSP(); in GetThreadByID()
162 NativeThreadDarwinSP NativeThreadListDarwin::GetThreadByMachPortNumber( in GetThreadByMachPortNumber()
169 return NativeThreadDarwinSP(); in GetThreadByMachPortNumber()
H A DNativeProcessDarwin.h112 NativeThreadDarwinSP GetThreadByID(lldb::tid_t id);
314 NativeThreadDarwinSP AddThread(lldb::tid_t thread_id);
H A DNativeThreadDarwin.h173 typedef std::shared_ptr<NativeThreadDarwin> NativeThreadDarwinSP; typedef