Home
last modified time | relevance | path

Searched refs:associated_with_libdispatch_queue (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h107 lldb_private::LazyBool associated_with_libdispatch_queue) override { in SetAssociatedWithLibdispatchQueue() argument
110 associated_with_libdispatch_queue); in SetAssociatedWithLibdispatchQueue()
244 lldb_private::LazyBool associated_with_libdispatch_queue) override { in SetAssociatedWithLibdispatchQueue() argument
246 associated_with_libdispatch_queue); in SetAssociatedWithLibdispatchQueue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp80 LazyBool associated_with_libdispatch_queue) { in SetQueueInfo() argument
85 m_associated_with_libdispatch_queue = associated_with_libdispatch_queue; in SetQueueInfo()
218 LazyBool associated_with_libdispatch_queue) { in SetAssociatedWithLibdispatchQueue() argument
219 m_associated_with_libdispatch_queue = associated_with_libdispatch_queue; in SetAssociatedWithLibdispatchQueue()
H A DThreadGDBRemote.h84 lldb_private::LazyBool associated_with_libdispatch_queue);
89 lldb_private::LazyBool associated_with_libdispatch_queue) override;
H A DProcessGDBRemote.h373 lldb_private::LazyBool associated_with_libdispatch_queue,
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h311 lldb_private::LazyBool associated_with_libdispatch_queue) {} in SetAssociatedWithLibdispatchQueue() argument