Lines Matching refs:ThreadSpec
17 const char *ThreadSpec::g_option_names[static_cast<uint32_t>(
18 ThreadSpec::OptionNames::LastOptionName)]{"Index", "ID", "Name",
21 ThreadSpec::ThreadSpec() in ThreadSpec() function in ThreadSpec
25 ThreadSpec::ThreadSpec(const ThreadSpec &rhs) in ThreadSpec() function in ThreadSpec
29 const ThreadSpec &ThreadSpec::operator=(const ThreadSpec &rhs) { in operator =()
37 std::unique_ptr<ThreadSpec> ThreadSpec::CreateFromStructuredData( in CreateFromStructuredData()
44 std::unique_ptr<ThreadSpec> thread_spec_up(new ThreadSpec()); in CreateFromStructuredData()
68 StructuredData::ObjectSP ThreadSpec::SerializeToStructuredData() { in SerializeToStructuredData()
83 const char *ThreadSpec::GetName() const { in GetName()
87 const char *ThreadSpec::GetQueueName() const { in GetQueueName()
91 bool ThreadSpec::TIDMatches(Thread &thread) const { in TIDMatches()
99 bool ThreadSpec::IndexMatches(Thread &thread) const { in IndexMatches()
106 bool ThreadSpec::NameMatches(Thread &thread) const { in NameMatches()
114 bool ThreadSpec::QueueNameMatches(Thread &thread) const { in QueueNameMatches()
122 bool ThreadSpec::ThreadPassesBasicTests(Thread &thread) const { in ThreadPassesBasicTests()
141 bool ThreadSpec::HasSpecification() const { in HasSpecification()
146 void ThreadSpec::GetDescription(Stream *s, lldb::DescriptionLevel level) const { in GetDescription()