Home | History | Annotate | Download | only in Target

Lines Matching full:vote

464 Thread::SetShouldReportStop (Vote vote)
466 if (vote == eVoteNoOpinion)
470 m_override_should_notify = (vote == eVoteYes ? eLazyBoolYes : eLazyBoolNo);
908 Vote
919 log->Printf ("Thread::ShouldReportStop() tid = 0x%4.4" PRIx64 ": returning vote %i (state was suspended or invalid)", GetID(), eVoteNoOpinion);
926 log->Printf ("Thread::ShouldReportStop() tid = 0x%4.4" PRIx64 ": returning vote %i (temporary state was suspended or invalid)", GetID(), eVoteNoOpinion);
933 log->Printf ("Thread::ShouldReportStop() tid = 0x%4.4" PRIx64 ": returning vote %i (thread didn't stop for a reason.)", GetID(), eVoteNoOpinion);
941 log->Printf ("Thread::ShouldReportStop() tid = 0x%4.4" PRIx64 ": returning vote for complete stack's back plan", GetID());
946 Vote thread_vote = eVoteNoOpinion;
961 log->Printf ("Thread::ShouldReportStop() tid = 0x%4.4" PRIx64 ": returning vote %i for current plan", GetID(), thread_vote);
967 Vote
1431 Vote stop_vote,
1432 Vote run_vote,