Home
last modified time | relevance | path

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

/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
/llvm-project/lldb/include/lldb/Target/
H A DThread.h398 virtual bool ThreadHasQueueInformation() const { return false; }
393 virtual bool ThreadHasQueueInformation() const { return false; } ThreadHasQueueInformation() function
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp770 if (thread_sp->ThreadHasQueueInformation()) { in PopulateQueueList()