Searched refs:QueueNameMatches (Results 1 - 2 of 2) sorted by path

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

Completed in 2669 milliseconds