Searched refs:thread_spec_up (Results 1 – 3 of 3) sorted by relevance
31 std::unique_ptr<ThreadSpec> thread_spec_up(new ThreadSpec()); in CreateFromStructuredData() local35 thread_spec_up->SetIndex(index); in CreateFromStructuredData()40 thread_spec_up->SetTID(tid); in CreateFromStructuredData()45 thread_spec_up->SetName(name); in CreateFromStructuredData()50 thread_spec_up->SetQueueName(queue_name); in CreateFromStructuredData()52 return thread_spec_up; in CreateFromStructuredData()
349 std::unique_ptr<ThreadSpec> thread_spec_up = in CreateFromStructuredData() local358 bp_options->SetThreadSpec(thread_spec_up); in CreateFromStructuredData()525 std::unique_ptr<ThreadSpec> &thread_spec_up) { in SetThreadSpec() argument526 m_thread_spec_up = std::move(thread_spec_up); in SetThreadSpec()
376 void SetThreadSpec(std::unique_ptr<ThreadSpec> &thread_spec_up);