Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpylifecycle.h48 PyAPI_FUNC(void) _Py_RestoreSignals(void);
/external/python/cpython3/Modules/
D_posixsubprocess.c518 _Py_RestoreSignals(); in child_exec()
/external/python/cpython3/Python/
Dpylifecycle.c2450 _Py_RestoreSignals(void) in _Py_RestoreSignals() function