Lines Matching refs:thread_spec
118 const ThreadSpec *thread_spec = in GetThreadID() local
121 if (thread_spec) in GetThreadID()
122 return thread_spec->GetTID(); in GetThreadID()
140 const ThreadSpec *thread_spec = in GetThreadIndex() local
143 if (thread_spec) in GetThreadIndex()
144 return thread_spec->GetIndex(); in GetThreadIndex()
162 const ThreadSpec *thread_spec = in GetThreadName() local
165 if (thread_spec) in GetThreadName()
166 return thread_spec->GetName(); in GetThreadName()
184 const ThreadSpec *thread_spec = in GetQueueName() local
187 if (thread_spec) in GetQueueName()
188 return thread_spec->GetQueueName(); in GetQueueName()