Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp93 if (CachedQueueInfoIsValid()) { in GetQueueName()
127 if (CachedQueueInfoIsValid()) { in GetQueueKind()
152 if (CachedQueueInfoIsValid()) in GetQueueID()
H A DThreadGDBRemote.h112 bool CachedQueueInfoIsValid() const { in CachedQueueInfoIsValid() function