Searched refs:Py_MakePendingCalls (Results 1 – 13 of 13) sorted by relevance
42 PyAPI_FUNC(int) Py_MakePendingCalls(void);
62 PyAPI_FUNC(int) Py_MakePendingCalls(void);
225 if (r == PY_LOCK_INTR && Py_MakePendingCalls() < 0) { in _queue_SimpleQueue_get_impl()
69 if (Py_MakePendingCalls() < 0) { in acquire_timed()
404 if (Py_MakePendingCalls() == -1) { in pymain_run_file()
439 Py_MakePendingCalls
641 if (Py_MakePendingCalls() == -1) { in Py_Main()
752 Py_MakePendingCalls=python37.Py_MakePendingCalls
842 "Py_MakePendingCalls"
452 Py_MakePendingCalls(void) in Py_MakePendingCalls() function561 Py_MakePendingCalls(void) in Py_MakePendingCalls() function1106 if (Py_MakePendingCalls() < 0) { in PyEval_EvalFrameEx()
363 Py_MakePendingCalls(void) in Py_MakePendingCalls() function970 if (Py_MakePendingCalls() < 0) in _PyEval_EvalFrameDefault()
2160 things_to_do is not cleared by Py_MakePendingCalls().
19544 things_to_do is not cleared by Py_MakePendingCalls().