Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h113 bool ThreadHasQueueInformation() const override { in ThreadHasQueueInformation() function
233 bool ThreadHasQueueInformation() const override { in ThreadHasQueueInformation() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp206 bool ThreadGDBRemote::ThreadHasQueueInformation() const { in ThreadHasQueueInformation() function in ThreadGDBRemote
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h418 virtual bool ThreadHasQueueInformation() const { return false; } in ThreadHasQueueInformation() function