Home
last modified time | relevance | path

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

/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.h374 lldb_private::LazyBool associated_with_libdispatch_queue,
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h306 lldb_private::LazyBool associated_with_libdispatch_queue) {} in SetAssociatedWithLibdispatchQueue() argument