Home
last modified time | relevance | path

Searched refs:CachedQueueInfoIsValid (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp85 if (CachedQueueInfoIsValid()) { in GetQueueName()
119 if (CachedQueueInfoIsValid()) { in GetQueueKind()
144 if (CachedQueueInfoIsValid()) in GetQueueID()
DThreadGDBRemote.h108 bool CachedQueueInfoIsValid() const { in CachedQueueInfoIsValid() function