Home
last modified time | relevance | path

Searched refs:ThreadHasQueueInformation (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h50 bool ThreadHasQueueInformation() const override;
H A DThreadGDBRemote.cpp199 bool ThreadGDBRemote::ThreadHasQueueInformation() const { in ThreadHasQueueInformation() function in ThreadGDBRemote
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h416 virtual bool ThreadHasQueueInformation() const { return false; } in ThreadHasQueueInformation() function