Home | History | Annotate | Download | only in Python

Lines Matching refs:pendingfirst

418 static int pendingfirst = 0;
449 if (j == pendingfirst) {
492 j = pendingfirst;
498 pendingfirst = (j + 1) % NPENDINGCALLS;
500 if (pendingfirst != pendinglast)
546 static volatile int pendingfirst = 0;
561 if (j == pendingfirst) {
587 i = pendingfirst;
592 pendingfirst = (i + 1) % NPENDINGCALLS;