Searched refs:ValidForThisThread (Results 1 – 11 of 11) sorted by relevance
137 bool BreakpointLocationCollection::ValidForThisThread(Thread *thread) { in ValidForThisThread() function in BreakpointLocationCollection143 if ((*pos)->ValidForThisThread(thread)) in ValidForThisThread()
147 bool BreakpointSite::ValidForThisThread(Thread *thread) { in ValidForThisThread() function in BreakpointSite149 return m_owners.ValidForThisThread(thread); in ValidForThisThread()
376 bool BreakpointLocation::ValidForThisThread(Thread *thread) { in ValidForThisThread() function in BreakpointLocation
139 bool ValidForThisThread(Thread *thread);
151 bool ValidForThisThread(Thread *thread);
220 bool ValidForThisThread(Thread *thread);
462 if (bp_site->ValidForThisThread(this) || in BreakNotify()524 if (bp_site && (bp_site->ValidForThisThread(this) || in TraceNotify()
512 if (bp_site_sp->ValidForThisThread(&thread) || in CreateStopReasonWithMachException()
397 if (site && site->ValidForThisThread(stop_thread.get())) { in RefreshStateAfterStop()452 if (site->ValidForThisThread(stop_thread.get())) { in RefreshStateAfterStop()
128 return bp_site_sp->ValidForThisThread(&thread); in IsValidForOperatingSystemThread()402 if (!bp_loc_sp->ValidForThisThread(thread_sp.get())) { in PerformAction()
1816 bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()1836 if (bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()1899 if (bp_site_sp && bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()1924 if (bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()