Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadSpec.cpp114 bool ThreadSpec::QueueNameMatches(Thread &thread) const { in QueueNameMatches() function in ThreadSpec
119 return QueueNameMatches(queue_name); in QueueNameMatches()
135 if (!QueueNameMatches(thread)) in ThreadPassesBasicTests()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadSpec.h95 bool QueueNameMatches(const char *queue_name) const { in QueueNameMatches() function
104 bool QueueNameMatches(Thread &thread) const;