Searched refs:NativeThreadDarwinSP (Results 1 – 4 of 4) sorted by relevance
36 using NativeThreadDarwinSP = std::shared_ptr<NativeThreadDarwin>; variable96 NativeThreadDarwinSP GetCurrentThread();112 NativeThreadDarwinSP GetThreadByID(lldb::tid_t tid) const;114 NativeThreadDarwinSP122 typedef std::vector<NativeThreadDarwinSP> collection;132 NativeThreadDarwinSP m_current_thread;
152 NativeThreadDarwinSP159 return NativeThreadDarwinSP(); in GetThreadByID()162 NativeThreadDarwinSP NativeThreadListDarwin::GetThreadByMachPortNumber( in GetThreadByMachPortNumber()169 return NativeThreadDarwinSP(); in GetThreadByMachPortNumber()
112 NativeThreadDarwinSP GetThreadByID(lldb::tid_t id);314 NativeThreadDarwinSP AddThread(lldb::tid_t thread_id);
173 typedef std::shared_ptr<NativeThreadDarwin> NativeThreadDarwinSP; typedef