Searched refs:GetThreadSpec (Results 1 – 9 of 9) sorted by relevance
341 if (m_options.GetThreadSpec()->GetTID() == thread_id) in SetThreadID()344 m_options.GetThreadSpec()->SetTID(thread_id); in SetThreadID()356 if (m_options.GetThreadSpec()->GetIndex() == index) in SetThreadIndex()359 m_options.GetThreadSpec()->SetIndex(index); in SetThreadIndex()371 if (m_options.GetThreadSpec()->GetName() != nullptr && in SetThreadName()372 ::strcmp(m_options.GetThreadSpec()->GetName(), thread_name) == 0) in SetThreadName()375 m_options.GetThreadSpec()->SetName(thread_name); in SetThreadName()387 if (m_options.GetThreadSpec()->GetQueueName() != nullptr && in SetQueueName()388 ::strcmp(m_options.GetThreadSpec()->GetQueueName(), queue_name) == 0) in SetQueueName()391 m_options.GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
126 GetLocationOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()131 m_options_up->GetThreadSpec()->SetIndex(index); in SetThreadIndex()148 GetLocationOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()153 m_options_up->GetThreadSpec()->SetName(thread_name); in SetThreadName()170 GetLocationOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()175 m_options_up->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
109 ThreadSpec *WatchpointOptions::GetThreadSpec() { in GetThreadSpec() function in WatchpointOptions117 GetThreadSpec()->SetTID(thread_id); in SetThreadID()
508 ThreadSpec *BreakpointOptions::GetThreadSpec() { in GetThreadSpec() function in BreakpointOptions518 GetThreadSpec()->SetTID(thread_id); in SetThreadID()
385 return bp_name->GetOptions().GetThreadSpec()->GetTID(); in GetThreadID()398 bp_name->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()412 return bp_name->GetOptions().GetThreadSpec()->GetIndex(); in GetThreadIndex()426 bp_name->GetOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()441 return bp_name->GetOptions().GetThreadSpec()->GetName(); in GetThreadName()455 bp_name->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()470 return bp_name->GetOptions().GetThreadSpec()->GetQueueName(); in GetQueueName()
387 bkpt_sp->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()417 bkpt_sp->GetOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()446 bkpt_sp->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
149 ThreadSpec *GetThreadSpec();
321 ThreadSpec *GetThreadSpec();
120 m_bp_opts.GetThreadSpec()->SetName(option_arg.str().c_str()); in SetOptionValue()123 m_bp_opts.GetThreadSpec()->SetQueueName(option_arg.str().c_str()); in SetOptionValue()132 m_bp_opts.GetThreadSpec()->SetIndex(thread_index); in SetOptionValue()