Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h100 lldb_private::LazyBool GetAssociatedWithLibdispatchQueue() override { in GetAssociatedWithLibdispatchQueue() function
102 return m_backing_thread_sp->GetAssociatedWithLibdispatchQueue(); in GetAssociatedWithLibdispatchQueue()
238 lldb_private::LazyBool GetAssociatedWithLibdispatchQueue() override { in GetAssociatedWithLibdispatchQueue() function
239 return Thread::GetAssociatedWithLibdispatchQueue(); in GetAssociatedWithLibdispatchQueue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h86 lldb_private::LazyBool GetAssociatedWithLibdispatchQueue() override;
H A DThreadGDBRemote.cpp213 LazyBool ThreadGDBRemote::GetAssociatedWithLibdispatchQueue() { in GetAssociatedWithLibdispatchQueue() function in ThreadGDBRemote
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h306 virtual lldb_private::LazyBool GetAssociatedWithLibdispatchQueue() { in GetAssociatedWithLibdispatchQueue() function