Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dceval.h42 PyAPI_FUNC(int) Py_MakePendingCalls(void);
/external/python/cpython3/Include/
Dceval.h62 PyAPI_FUNC(int) Py_MakePendingCalls(void);
/external/python/cpython3/Modules/
D_queuemodule.c225 if (r == PY_LOCK_INTR && Py_MakePendingCalls() < 0) { in _queue_SimpleQueue_get_impl()
D_threadmodule.c69 if (Py_MakePendingCalls() < 0) { in acquire_timed()
Dmain.c404 if (Py_MakePendingCalls() == -1) { in pymain_run_file()
/external/python/cpython2/PC/os2vacpp/
Dpython.def439 Py_MakePendingCalls
/external/python/cpython2/Modules/
Dmain.c641 if (Py_MakePendingCalls() == -1) { in Py_Main()
/external/python/cpython3/PC/
Dpython3.def752 Py_MakePendingCalls=python37.Py_MakePendingCalls
/external/python/cpython2/PC/os2emx/
Dpython27.def842 "Py_MakePendingCalls"
/external/python/cpython2/Python/
Dceval.c452 Py_MakePendingCalls(void) in Py_MakePendingCalls() function
561 Py_MakePendingCalls(void) in Py_MakePendingCalls() function
1106 if (Py_MakePendingCalls() < 0) { in PyEval_EvalFrameEx()
/external/python/cpython3/Python/
Dceval.c363 Py_MakePendingCalls(void) in Py_MakePendingCalls() function
970 if (Py_MakePendingCalls() < 0) in _PyEval_EvalFrameDefault()
/external/python/cpython2/Misc/
DHISTORY2160 things_to_do is not cleared by Py_MakePendingCalls().
/external/python/cpython3/Misc/
DHISTORY19544 things_to_do is not cleared by Py_MakePendingCalls().