Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.h50 bool ThreadHasQueueInformation() const override;
DThreadGDBRemote.cpp198 bool ThreadGDBRemote::ThreadHasQueueInformation() const { in ThreadHasQueueInformation() function in ThreadGDBRemote
/external/llvm-project/lldb/include/lldb/Target/
DThread.h393 virtual bool ThreadHasQueueInformation() const { return false; } in ThreadHasQueueInformation() function
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.cpp723 if (thread_sp->ThreadHasQueueInformation()) { in PopulateQueueList()