Home
last modified time | relevance | path

Searched refs:thread_vote (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Target/
DThread.cpp946 Vote thread_vote = eVoteNoOpinion; in ShouldReportStop() local
952 thread_vote = plan_ptr->ShouldReportStop(event_ptr); in ShouldReportStop()
961 …uldReportStop() tid = 0x%4.4" PRIx64 ": returning vote %i for current plan", GetID(), thread_vote); in ShouldReportStop()
963 return thread_vote; in ShouldReportStop()