Searched refs:GetThreadSpec (Results 1 – 9 of 9) sorted by relevance
374 return bp_name->GetOptions().GetThreadSpec()->GetTID(); in GetThreadID()387 bp_name->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()401 return bp_name->GetOptions().GetThreadSpec()->GetIndex(); in GetThreadIndex()414 bp_name->GetOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()428 return ConstString(bp_name->GetOptions().GetThreadSpec()->GetName()) in GetThreadName()442 bp_name->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()456 return ConstString(bp_name->GetOptions().GetThreadSpec()->GetQueueName()) in GetQueueName()
377 bkpt_sp->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()406 bkpt_sp->GetOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()433 bkpt_sp->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
337 if (m_options.GetThreadSpec()->GetTID() == thread_id) in SetThreadID()340 m_options.GetThreadSpec()->SetTID(thread_id); in SetThreadID()352 if (m_options.GetThreadSpec()->GetIndex() == index) in SetThreadIndex()355 m_options.GetThreadSpec()->SetIndex(index); in SetThreadIndex()367 if (m_options.GetThreadSpec()->GetName() != nullptr && in SetThreadName()368 ::strcmp(m_options.GetThreadSpec()->GetName(), thread_name) == 0) in SetThreadName()371 m_options.GetThreadSpec()->SetName(thread_name); in SetThreadName()383 if (m_options.GetThreadSpec()->GetQueueName() != nullptr && in SetQueueName()384 ::strcmp(m_options.GetThreadSpec()->GetQueueName(), queue_name) == 0) in SetQueueName()387 m_options.GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
118 GetLocationOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()123 m_options_up->GetThreadSpec()->SetIndex(index); in SetThreadIndex()140 GetLocationOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()145 m_options_up->GetThreadSpec()->SetName(thread_name); in SetThreadName()162 GetLocationOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()167 m_options_up->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
107 ThreadSpec *WatchpointOptions::GetThreadSpec() { in GetThreadSpec() function in WatchpointOptions115 GetThreadSpec()->SetTID(thread_id); in SetThreadID()
489 ThreadSpec *BreakpointOptions::GetThreadSpec() { in GetThreadSpec() function in BreakpointOptions499 GetThreadSpec()->SetTID(thread_id); in SetThreadID()
144 ThreadSpec *GetThreadSpec();
320 ThreadSpec *GetThreadSpec();
137 m_bp_opts.GetThreadSpec()->SetName(option_arg.str().c_str()); in SetOptionValue()140 m_bp_opts.GetThreadSpec()->SetQueueName(option_arg.str().c_str()); in SetOptionValue()148 m_bp_opts.GetThreadSpec()->SetIndex(thread_index); in SetOptionValue()