Home
last modified time | relevance | path

Searched refs:PyOS_InterruptOccurred (Results 1 – 8 of 8) 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/cpython2/PC/os2vacpp/
Dpython.def301 PyOS_InterruptOccurred
/external/python/cpython2/Modules/
Dsignalmodule.c969 PyOS_InterruptOccurred(void) in PyOS_InterruptOccurred() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1198 "PyOS_InterruptOccurred"
/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c41 if ( PyOS_InterruptOccurred() ) in AEIdleProc()