Searched refs:HasPending (Results 1 – 1 of 1) sorted by relevance
261 unsigned HasPending = PendingEvents & WaitEventMaskForInst[T]; in hasPendingEvent() local262 assert((HasPending != 0) == (getScoreRange(T) != 0)); in hasPendingEvent()263 return HasPending; in hasPendingEvent()