Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp86 if (CachedQueueInfoIsValid()) { in GetQueueName()
120 if (CachedQueueInfoIsValid()) { in GetQueueKind()
145 if (CachedQueueInfoIsValid()) in GetQueueID()
H A DThreadGDBRemote.h108 bool CachedQueueInfoIsValid() const { in CachedQueueInfoIsValid() function