Searched refs:thread_spec (Results 1 – 2 of 2) sorted by relevance
405 const ThreadSpec *thread_spec = m_opaque_sp->GetOptions()->GetThreadSpecNoCreate(); in GetThreadIndex() local406 if (thread_spec != NULL) in GetThreadIndex()407 thread_idx = thread_spec->GetIndex(); in GetThreadIndex()438 const ThreadSpec *thread_spec = m_opaque_sp->GetOptions()->GetThreadSpecNoCreate(); in GetThreadName() local439 if (thread_spec != NULL) in GetThreadName()440 name = thread_spec->GetName(); in GetThreadName()469 const ThreadSpec *thread_spec = m_opaque_sp->GetOptions()->GetThreadSpecNoCreate(); in GetQueueName() local470 if (thread_spec) in GetQueueName()471 name = thread_spec->GetQueueName(); in GetQueueName()
5044 ThreadSpec *thread_spec = new ThreadSpec(); in DoExecute() local5048 thread_spec->SetTID (m_options.m_thread_id); in DoExecute()5052 thread_spec->SetIndex (m_options.m_thread_index); in DoExecute()5055 thread_spec->SetName (m_options.m_thread_name.c_str()); in DoExecute()5058 thread_spec->SetQueueName (m_options.m_queue_name.c_str()); in DoExecute()5060 new_hook_sp->SetThreadSpecifier (thread_spec); in DoExecute()