Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h92 bool QueueNameMatches(const char *queue_name) const { in QueueNameMatches() function
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp99 bool ThreadSpec::QueueNameMatches(Thread &thread) const { in QueueNameMatches() function in ThreadSpec