Home
last modified time | relevance | path

Searched refs:EqualsThread (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostThread.cpp44 bool HostThread::EqualsThread(lldb::thread_t thread) const { in EqualsThread() function in HostThread
45 return m_native_thread->EqualsThread(thread); in EqualsThread()
H A DHostNativeThreadBase.cpp41 bool HostNativeThreadBase::EqualsThread(lldb::thread_t thread) const { in EqualsThread() function in HostNativeThreadBase
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostThread.h44 bool EqualsThread(lldb::thread_t thread) const;
H A DHostNativeThreadBase.h38 virtual bool EqualsThread(lldb::thread_t thread) const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5044 if (m_private_state_thread.EqualsThread(Host::GetCurrentThread())) { in RunThreadPlan()
5857 if (m_private_state_thread.EqualsThread(Host::GetCurrentThread())) in GetRunLock()
5865 return m_private_state_thread.EqualsThread(Host::GetCurrentThread()); in CurrentThreadIsPrivateStateThread()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2179 return m_io_handler_thread.EqualsThread(Host::GetCurrentThread()); in IsIOHandlerThreadCurrentThread()