Searched refs:pendingfirst (Results 1 – 1 of 1) sorted by relevance
403 static int pendingfirst = 0; variable436 if (j == pendingfirst) { in Py_AddPendingCall()479 j = pendingfirst; in Py_MakePendingCalls()485 pendingfirst = (j + 1) % NPENDINGCALLS; in Py_MakePendingCalls()487 pendingcalls_to_do = pendingfirst != pendinglast; in Py_MakePendingCalls()530 static volatile int pendingfirst = 0; variable545 if (j == pendingfirst) { in Py_AddPendingCall()572 i = pendingfirst; in Py_MakePendingCalls()577 pendingfirst = (i + 1) % NPENDINGCALLS; in Py_MakePendingCalls()