Searched refs:IsOperatingSystemPluginThread (Results 1 – 7 of 7) sorted by relevance
46 bool OperatingSystem::IsOperatingSystemPluginThread( in IsOperatingSystemPluginThread() function in OperatingSystem49 return thread_sp->IsOperatingSystemPluginThread(); in IsOperatingSystemPluginThread()
539 if (thread_sp->IsOperatingSystemPluginThread() && in WillResume() 585 if (thread_sp->IsOperatingSystemPluginThread() && in WillResume()
62 virtual bool IsOperatingSystemPluginThread(const lldb::ThreadSP &thread_sp);
1286 virtual bool IsOperatingSystemPluginThread() const { return false; } in FetchThreadExtendedInfo() 1281 virtual bool IsOperatingSystemPluginThread() const { return false; } IsOperatingSystemPluginThread() function
251 if (!IsOperatingSystemPluginThread(thread_sp)) { in CreateThreadFromThreadInfo() 295 if (!IsOperatingSystemPluginThread(thread->shared_from_this())) in CreateRegisterContextForThread()
89 bool IsOperatingSystemPluginThread() const override { return true; } in IsOperatingSystemPluginThread() function
44 if (os->IsOperatingSystemPluginThread(thread_sp)) in UpdateRegisterContext()