Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadSpec.cpp101 bool ThreadSpec::QueueNameMatches(Thread &thread) const { in QueueNameMatches() function in ThreadSpec
106 return QueueNameMatches(queue_name); in QueueNameMatches()
122 if (!QueueNameMatches(thread)) in ThreadPassesBasicTests()
/external/llvm-project/lldb/include/lldb/Target/
DThreadSpec.h92 bool QueueNameMatches(const char *queue_name) const { in QueueNameMatches() function
101 bool QueueNameMatches(Thread &thread) const;