Searched refs:GetThreadSpecNoCreate (Results 1 – 7 of 7) sorted by relevance
103 const ThreadSpec *WatchpointOptions::GetThreadSpecNoCreate() const { in GetThreadSpecNoCreate() function in WatchpointOptions132 if ((GetThreadSpecNoCreate() != nullptr && in GetDescription()133 GetThreadSpecNoCreate()->HasSpecification())) { in GetDescription()
117 .GetThreadSpecNoCreate(); in GetThreadID()139 .GetThreadSpecNoCreate(); in GetThreadIndex()161 .GetThreadSpecNoCreate(); in GetThreadName()183 .GetThreadSpecNoCreate(); in GetQueueName()386 .GetThreadSpecNoCreate()); in ValidForThisThread()633 .GetThreadSpecNoCreate() in Dump()
350 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetThreadID()353 return m_options.GetThreadSpecNoCreate()->GetTID(); in GetThreadID()365 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetThreadIndex()368 return m_options.GetThreadSpecNoCreate()->GetIndex(); in GetThreadIndex()381 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetThreadName()384 return m_options.GetThreadSpecNoCreate()->GetName(); in GetThreadName()397 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetQueueName()400 return m_options.GetThreadSpecNoCreate()->GetQueueName(); in GetQueueName()
494 const ThreadSpec *BreakpointOptions::GetThreadSpecNoCreate() const { in GetThreadSpecNoCreate() function in BreakpointOptions524 (GetThreadSpecNoCreate() != nullptr && in GetDescription()525 GetThreadSpecNoCreate()->HasSpecification())) { in GetDescription()
144 const ThreadSpec *GetThreadSpecNoCreate() const;
315 const ThreadSpec *GetThreadSpecNoCreate() const;
391 bkpt_sp->GetOptions().GetThreadSpecNoCreate(); in GetThreadIndex()420 bkpt_sp->GetOptions().GetThreadSpecNoCreate(); in GetThreadName()448 bkpt_sp->GetOptions().GetThreadSpecNoCreate(); in GetQueueName()