Searched refs:thread_spec (Results 1 – 3 of 3) sorted by relevance
115 const ThreadSpec *thread_spec = in GetThreadID() local118 if (thread_spec) in GetThreadID()119 return thread_spec->GetTID(); in GetThreadID()137 const ThreadSpec *thread_spec = in GetThreadIndex() local140 if (thread_spec) in GetThreadIndex()141 return thread_spec->GetIndex(); in GetThreadIndex()159 const ThreadSpec *thread_spec = in GetThreadName() local162 if (thread_spec) in GetThreadName()163 return thread_spec->GetName(); in GetThreadName()181 const ThreadSpec *thread_spec = in GetQueueName() local[all …]
390 const ThreadSpec *thread_spec = in GetThreadIndex() local392 if (thread_spec != nullptr) in GetThreadIndex()393 thread_idx = thread_spec->GetIndex(); in GetThreadIndex()419 const ThreadSpec *thread_spec = in GetThreadName() local421 if (thread_spec != nullptr) in GetThreadName()422 name = thread_spec->GetName(); in GetThreadName()447 const ThreadSpec *thread_spec = in GetQueueName() local449 if (thread_spec) in GetQueueName()450 name = thread_spec->GetQueueName(); in GetQueueName()
4839 ThreadSpec *thread_spec = new ThreadSpec(); in DoExecute() local4842 thread_spec->SetTID(m_options.m_thread_id); in DoExecute()4846 thread_spec->SetIndex(m_options.m_thread_index); in DoExecute()4849 thread_spec->SetName(m_options.m_thread_name.c_str()); in DoExecute()4852 thread_spec->SetQueueName(m_options.m_queue_name.c_str()); in DoExecute()4854 new_hook_sp->SetThreadSpecifier(thread_spec); in DoExecute()