Home
last modified time | relevance | path

Searched refs:_PyOS_InterruptOccurred (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_pystate.h133 PyAPI_FUNC(int) _PyOS_InterruptOccurred(PyThreadState *tstate);
/external/python/cpython3/Parser/
Dmyreadline.c102 if (_PyOS_InterruptOccurred(tstate)) { in my_fgets()
/external/python/cpython3/Modules/
Dsignalmodule.c1827 _PyOS_InterruptOccurred(PyThreadState *tstate) in _PyOS_InterruptOccurred() function
1848 return _PyOS_InterruptOccurred(tstate); in PyOS_InterruptOccurred()