Searched refs:GetThreadSpec (Results 1 – 9 of 9) sorted by relevance
351 if (m_options_up->GetThreadSpec()->GetTID() == thread_id) in SetThreadID()354 m_options_up->GetThreadSpec()->SetTID(thread_id); in SetThreadID()366 if (m_options_up->GetThreadSpec()->GetIndex() == index) in SetThreadIndex()369 m_options_up->GetThreadSpec()->SetIndex(index); in SetThreadIndex()381 if (m_options_up->GetThreadSpec()->GetName() != nullptr && in SetThreadName()382 ::strcmp(m_options_up->GetThreadSpec()->GetName(), thread_name) == 0) in SetThreadName()385 m_options_up->GetThreadSpec()->SetName(thread_name); in SetThreadName()397 if (m_options_up->GetThreadSpec()->GetQueueName() != nullptr && in SetQueueName()398 ::strcmp(m_options_up->GetThreadSpec()->GetQueueName(), queue_name) == 0) in SetQueueName()401 m_options_up->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
128 GetLocationOptions()->GetThreadSpec()->SetIndex(index); in SetThreadIndex()133 m_options_up->GetThreadSpec()->SetIndex(index); in SetThreadIndex()150 GetLocationOptions()->GetThreadSpec()->SetName(thread_name); in SetThreadName()155 m_options_up->GetThreadSpec()->SetName(thread_name); in SetThreadName()172 GetLocationOptions()->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()177 m_options_up->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
109 ThreadSpec *WatchpointOptions::GetThreadSpec() { in GetThreadSpec() function in WatchpointOptions117 GetThreadSpec()->SetTID(thread_id); in SetThreadID()
509 ThreadSpec *BreakpointOptions::GetThreadSpec() { in GetThreadSpec() function in BreakpointOptions519 GetThreadSpec()->SetTID(thread_id); in SetThreadID()
384 return bp_name->GetOptions().GetThreadSpec()->GetTID(); in GetThreadID()397 bp_name->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()411 return bp_name->GetOptions().GetThreadSpec()->GetIndex(); in GetThreadIndex()425 bp_name->GetOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()440 return bp_name->GetOptions().GetThreadSpec()->GetName(); in GetThreadName()454 bp_name->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()469 return bp_name->GetOptions().GetThreadSpec()->GetQueueName(); in GetQueueName()
377 bkpt_sp->GetOptions()->GetThreadSpec()->SetIndex(index); in SetThreadIndex()407 bkpt_sp->GetOptions()->GetThreadSpec()->SetName(thread_name); in SetThreadName()436 bkpt_sp->GetOptions()->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
149 ThreadSpec *GetThreadSpec();
322 ThreadSpec *GetThreadSpec();
119 m_bp_opts.GetThreadSpec()->SetName(option_arg.str().c_str()); in SetOptionValue()122 m_bp_opts.GetThreadSpec()->SetQueueName(option_arg.str().c_str()); in SetOptionValue()131 m_bp_opts.GetThreadSpec()->SetIndex(thread_index); in SetOptionValue()