Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadSpec.cpp87 ThreadSpec::QueueNameMatches (Thread &thread) const in QueueNameMatches() function in ThreadSpec
93 return QueueNameMatches (queue_name); in QueueNameMatches()
112 if (!QueueNameMatches (thread)) in ThreadPassesBasicTests()
/external/lldb/include/lldb/Target/
DThreadSpec.h123 QueueNameMatches (const char *queue_name) const in QueueNameMatches() function
134 QueueNameMatches (Thread &thread) const;