Searched refs:Py_MakePendingCalls (Results 1 – 9 of 9) sorted by relevance
37 PyAPI_FUNC(int) Py_MakePendingCalls(void);
346 if (Py_MakePendingCalls() == -1) { in pymain_run_file_obj()493 if (Py_MakePendingCalls() == -1) { in pymain_run_stdin()
250 if (r == PY_LOCK_INTR && Py_MakePendingCalls() < 0) { in _queue_SimpleQueue_get_impl()
110 if (Py_MakePendingCalls() < 0) { in acquire_timed()
82 EXPORT_FUNC(Py_MakePendingCalls)
816 function,Py_MakePendingCalls,3.2,
1552 function Py_MakePendingCalls
19544 things_to_do is not cleared by Py_MakePendingCalls().
774 Py_MakePendingCalls(void) in Py_MakePendingCalls() function