Home
last modified time | relevance | path

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

/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
/llvm-project/lldb/include/lldb/Target/
H A DThread.h306 virtual lldb_private::LazyBool GetAssociatedWithLibdispatchQueue() { in SetAssociatedWithLibdispatchQueue()
301 virtual lldb_private::LazyBool GetAssociatedWithLibdispatchQueue() { GetAssociatedWithLibdispatchQueue() function
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp763 if (thread_sp->GetAssociatedWithLibdispatchQueue() != eLazyBoolNo) { in PopulateQueueList()