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()
109 .GetThreadSpecNoCreate(); in GetThreadID()131 .GetThreadSpecNoCreate(); in GetThreadIndex()153 .GetThreadSpecNoCreate(); in GetThreadName()175 .GetThreadSpecNoCreate(); in GetQueueName()379 .GetThreadSpecNoCreate()); in ValidForThisThread()630 .GetThreadSpecNoCreate() in Dump()
345 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetThreadID()348 return m_options.GetThreadSpecNoCreate()->GetTID(); in GetThreadID()360 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetThreadIndex()363 return m_options.GetThreadSpecNoCreate()->GetIndex(); in GetThreadIndex()376 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetThreadName()379 return m_options.GetThreadSpecNoCreate()->GetName(); in GetThreadName()392 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetQueueName()395 return m_options.GetThreadSpecNoCreate()->GetQueueName(); in GetQueueName()
485 const ThreadSpec *BreakpointOptions::GetThreadSpecNoCreate() const { in GetThreadSpecNoCreate() function in BreakpointOptions515 (GetThreadSpecNoCreate() != nullptr && in GetDescription()516 GetThreadSpecNoCreate()->HasSpecification())) { in GetDescription()
139 const ThreadSpec *GetThreadSpecNoCreate() const;
315 const ThreadSpec *GetThreadSpecNoCreate() const;
390 bkpt_sp->GetOptions().GetThreadSpecNoCreate(); in GetThreadIndex()420 bkpt_sp->GetOptions().GetThreadSpecNoCreate()) in GetThreadName()447 bkpt_sp->GetOptions().GetThreadSpecNoCreate()) in GetQueueName()