Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp73 LazyBool associated_with_libdispatch_queue) { in SetQueueInfo() argument
78 m_associated_with_libdispatch_queue = associated_with_libdispatch_queue; in SetQueueInfo()
211 LazyBool associated_with_libdispatch_queue) { in SetAssociatedWithLibdispatchQueue() argument
212 m_associated_with_libdispatch_queue = associated_with_libdispatch_queue; in SetAssociatedWithLibdispatchQueue()
H A DThreadGDBRemote.h82 lldb_private::LazyBool associated_with_libdispatch_queue);
87 lldb_private::LazyBool associated_with_libdispatch_queue) override;
H A DProcessGDBRemote.h392 lldb_private::LazyBool associated_with_libdispatch_queue,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h317 lldb_private::LazyBool associated_with_libdispatch_queue) {} in SetAssociatedWithLibdispatchQueue() argument