Home
last modified time | relevance | path

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

/third_party/python/Include/
Dceval.h37 PyAPI_FUNC(int) Py_MakePendingCalls(void);
/third_party/python/Modules/
Dmain.c346 if (Py_MakePendingCalls() == -1) { in pymain_run_file_obj()
493 if (Py_MakePendingCalls() == -1) { in pymain_run_stdin()
D_queuemodule.c250 if (r == PY_LOCK_INTR && Py_MakePendingCalls() < 0) { in _queue_SimpleQueue_get_impl()
D_threadmodule.c110 if (Py_MakePendingCalls() < 0) { in acquire_timed()
/third_party/python/PC/
Dpython3dll.c82 EXPORT_FUNC(Py_MakePendingCalls)
/third_party/python/Doc/data/
Dstable_abi.dat816 function,Py_MakePendingCalls,3.2,
/third_party/python/Misc/
Dstable_abi.txt1552 function Py_MakePendingCalls
DHISTORY19544 things_to_do is not cleared by Py_MakePendingCalls().
/third_party/python/Python/
Dceval.c774 Py_MakePendingCalls(void) in Py_MakePendingCalls() function