Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp206 bool ThreadGDBRemote::ThreadHasQueueInformation() const { in ThreadHasQueueInformation() function in ThreadGDBRemote
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h393 virtual bool ThreadHasQueueInformation() const { return false; } in ThreadHasQueueInformation() function