Home
last modified time | relevance | path

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

/external/python/cpython2/Parser/
Dintrcheck.c22 PyOS_InterruptOccurred(void) in PyOS_InterruptOccurred() function
59 PyOS_InterruptOccurred(void) in PyOS_InterruptOccurred() function
79 PyOS_InterruptOccurred(void) in PyOS_InterruptOccurred() function
161 PyOS_InterruptOccurred(void) in PyOS_InterruptOccurred() function
Dmyreadline.c70 if (PyOS_InterruptOccurred()) in my_fgets()
96 if (PyOS_InterruptOccurred()) { in my_fgets()
/external/python/cpython2/Python/
Dsigcheck.c15 if (!PyOS_InterruptOccurred()) in PyErr_CheckSignals()
/external/python/cpython2/Include/
Dintrcheck.h8 PyAPI_FUNC(int) PyOS_InterruptOccurred(void);
/external/python/cpython3/Include/
Dintrcheck.h8 PyAPI_FUNC(int) PyOS_InterruptOccurred(void);
/external/python/cpython3/Parser/
Dmyreadline.c88 if (PyOS_InterruptOccurred()) { in my_fgets()
/external/python/cpython2/PC/os2vacpp/
Dpython.def301 PyOS_InterruptOccurred
/external/python/cpython3/PC/
Dpython3.def434 PyOS_InterruptOccurred=python38.PyOS_InterruptOccurred
/external/python/cpython2/Modules/
Dsignalmodule.c966 PyOS_InterruptOccurred(void) in PyOS_InterruptOccurred() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1198 "PyOS_InterruptOccurred"
/external/python/cpython3/Modules/
Dsignalmodule.c1726 PyOS_InterruptOccurred(void) in PyOS_InterruptOccurred() function
/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c41 if ( PyOS_InterruptOccurred() ) in AEIdleProc()