Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h113 bool ThreadHasQueueInformation() const override { in ThreadHasQueueInformation() function
115 return m_backing_thread_sp->ThreadHasQueueInformation(); in ThreadHasQueueInformation()
233 bool ThreadHasQueueInformation() const override { in ThreadHasQueueInformation() function
234 return Thread::ThreadHasQueueInformation(); in ThreadHasQueueInformation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h52 bool ThreadHasQueueInformation() const override;
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