Searched refs:thread_spec_up (Results 1 – 3 of 3) sorted by relevance
29 std::unique_ptr<ThreadSpec> thread_spec_up(new ThreadSpec()); in CreateFromStructuredData() local33 thread_spec_up->SetIndex(index); in CreateFromStructuredData()38 thread_spec_up->SetTID(tid); in CreateFromStructuredData()43 thread_spec_up->SetName(name); in CreateFromStructuredData()48 thread_spec_up->SetQueueName(queue_name); in CreateFromStructuredData()50 return thread_spec_up; in CreateFromStructuredData()
331 std::unique_ptr<ThreadSpec> thread_spec_up = in CreateFromStructuredData() local340 bp_options->SetThreadSpec(thread_spec_up); in CreateFromStructuredData()497 std::unique_ptr<ThreadSpec> &thread_spec_up) { in SetThreadSpec() argument498 m_thread_spec_up = std::move(thread_spec_up); in SetThreadSpec()
372 void SetThreadSpec(std::unique_ptr<ThreadSpec> &thread_spec_up);