Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dceval.h61 PyAPI_FUNC(void) _PyEval_SignalReceived(void);
/external/python/cpython3/Modules/
Dsignalmodule.c234 _PyEval_SignalReceived(); in trip_signal()
/external/python/cpython3/Python/
Dceval.c307 _PyEval_SignalReceived(void) in _PyEval_SignalReceived() function