Home
last modified time | relevance | path

Searched refs:PyOS_InterruptOccurred (Results 1 – 15 of 15) 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.h7 PyAPI_FUNC(int) PyOS_InterruptOccurred(void);
/external/python/cpython2/PC/os2vacpp/
Dpython.def301 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.c2011 PyOS_InterruptOccurred(void) function
/external/python/cpython3/PC/
Dpython3dll.c481 EXPORT_FUNC(PyOS_InterruptOccurred)
/external/python/cpython3/Doc/data/
Dstable_abi.dat451 function,PyOS_InterruptOccurred,3.2,
Dpython3.10.abi471 …<elf-symbol name='PyOS_InterruptOccurred' type='func-type' binding='global-binding' visibility='de…
20236PyOS_InterruptOccurred' mangled-name='PyOS_InterruptOccurred' filepath='./Modules/signalmodule.c' …
/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c41 if ( PyOS_InterruptOccurred() ) in AEIdleProc()
/external/python/cpython3/Misc/
Dstable_abi.txt1009 function PyOS_InterruptOccurred
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a1.rst3465 :c:func:`PyOS_InterruptOccurred` now fails with a fatal error if it is