Lines Matching refs:thread_spec
115 const ThreadSpec *thread_spec = in GetThreadID() local
118 if (thread_spec) in GetThreadID()
119 return thread_spec->GetTID(); in GetThreadID()
137 const ThreadSpec *thread_spec = in GetThreadIndex() local
140 if (thread_spec) in GetThreadIndex()
141 return thread_spec->GetIndex(); in GetThreadIndex()
159 const ThreadSpec *thread_spec = in GetThreadName() local
162 if (thread_spec) in GetThreadName()
163 return thread_spec->GetName(); in GetThreadName()
181 const ThreadSpec *thread_spec = in GetQueueName() local
184 if (thread_spec) in GetQueueName()
185 return thread_spec->GetQueueName(); in GetQueueName()