Lines Matching refs:thread_spec
107 const ThreadSpec *thread_spec = in GetThreadID() local
110 if (thread_spec) in GetThreadID()
111 return thread_spec->GetTID(); in GetThreadID()
129 const ThreadSpec *thread_spec = in GetThreadIndex() local
132 if (thread_spec) in GetThreadIndex()
133 return thread_spec->GetIndex(); in GetThreadIndex()
151 const ThreadSpec *thread_spec = in GetThreadName() local
154 if (thread_spec) in GetThreadName()
155 return thread_spec->GetName(); in GetThreadName()
173 const ThreadSpec *thread_spec = in GetQueueName() local
176 if (thread_spec) in GetQueueName()
177 return thread_spec->GetQueueName(); in GetQueueName()