Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pystate.h148 PyAPI_FUNC(int) _PyOS_InterruptOccurred(PyThreadState *tstate);
/third_party/python/Parser/
Dmyreadline.c102 if (_PyOS_InterruptOccurred(tstate)) { in my_fgets()
/third_party/python/Modules/
Dsignalmodule.c1983 _PyOS_InterruptOccurred(PyThreadState *tstate) function
2004 return _PyOS_InterruptOccurred(tstate);