Searched refs:ValidForThisThread (Results 1 – 10 of 10) sorted by relevance
142 bool BreakpointLocationCollection::ValidForThisThread(Thread *thread) { in ValidForThisThread() function in BreakpointLocationCollection148 if ((*pos)->ValidForThisThread(thread)) in ValidForThisThread()
140 bool BreakpointSite::ValidForThisThread(Thread *thread) { in ValidForThisThread() function in BreakpointSite142 return m_owners.ValidForThisThread(thread); in ValidForThisThread()
380 bool BreakpointLocation::ValidForThisThread(Thread *thread) { in ValidForThisThread() function in BreakpointLocation
164 bool ValidForThisThread(Thread *thread);
190 bool ValidForThisThread(Thread *thread);
271 bool ValidForThisThread(Thread *thread);
477 if (bp_site->ValidForThisThread(this) || in BreakNotify()541 if (bp_site && (bp_site->ValidForThisThread(this) || in TraceNotify()
596 if (bp_site_sp->ValidForThisThread(&thread) || in CreateStopReasonWithMachException()
131 return bp_site_sp->ValidForThisThread(&thread); in IsValidForOperatingSystemThread()406 if (!bp_loc_sp->ValidForThisThread(thread_sp.get())) { in PerformAction()
1897 bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()1917 if (bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()1981 if (bp_site_sp && bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()2006 if (bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()