Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ceval.h21 PyAPI_FUNC(void) _PyEval_SignalReceived(PyInterpreterState *interp);
/third_party/python/Modules/
Dsignalmodule.c296 _PyEval_SignalReceived(interp); in trip_signal()
/third_party/python/Python/
Dceval.c577 _PyEval_SignalReceived(PyInterpreterState *interp) in _PyEval_SignalReceived() function