Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dceval.c406 static char pendingbusy = 0; variable
468 if (pendingbusy) in Py_MakePendingCalls()
470 pendingbusy = 1; in Py_MakePendingCalls()
496 pendingbusy = 0; in Py_MakePendingCalls()