Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dceval.c403 static int pendingfirst = 0; variable
436 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; variable
545 if (j == pendingfirst) { in Py_AddPendingCall()
572 i = pendingfirst; in Py_MakePendingCalls()
577 pendingfirst = (i + 1) % NPENDINGCALLS; in Py_MakePendingCalls()