Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
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