Searched refs:thread_spec_up (Results 1 – 3 of 3) sorted by relevance
44 std::unique_ptr<ThreadSpec> thread_spec_up(new ThreadSpec()); in CreateFromStructuredData() local48 thread_spec_up->SetIndex(index); in CreateFromStructuredData()53 thread_spec_up->SetTID(tid); in CreateFromStructuredData()58 thread_spec_up->SetName(name); in CreateFromStructuredData()63 thread_spec_up->SetQueueName(queue_name); in CreateFromStructuredData()65 return thread_spec_up; in CreateFromStructuredData()
365 std::unique_ptr<ThreadSpec> thread_spec_up = in CreateFromStructuredData() local374 bp_options->SetThreadSpec(thread_spec_up); in CreateFromStructuredData()544 std::unique_ptr<ThreadSpec> &thread_spec_up) { in SetThreadSpec() argument545 m_thread_spec_ap = std::move(thread_spec_up); in SetThreadSpec()
432 void SetThreadSpec(std::unique_ptr<ThreadSpec> &thread_spec_up);