Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_ceval.h21 PyAPI_FUNC(void) _PyEval_SignalReceived(PyInterpreterState *interp);
/external/python/cpython3/Modules/
Dsignalmodule.c257 _PyEval_SignalReceived(interp); in trip_signal()
/external/python/cpython3/Python/
Dceval.c497 _PyEval_SignalReceived(PyInterpreterState *interp) in _PyEval_SignalReceived() function