Home
last modified time | relevance | path

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

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