Home
last modified time | relevance | path

Searched refs:PyOS_getsig (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Include/
Dpylifecycle.h63 PyAPI_FUNC(PyOS_sighandler_t) PyOS_getsig(int);
/external/python/cpython2/Include/
Dpythonrun.h172 PyAPI_FUNC(PyOS_sighandler_t) PyOS_getsig(int);
/external/python/cpython2/Doc/c-api/
Dsys.rst35 .. c:function:: PyOS_sighandler_t PyOS_getsig(int i)
/external/python/cpython2/Modules/
Dsignalmodule.c611 t = PyOS_getsig(i); in initsignal()
/external/python/cpython3/PC/
Dpython3.def436 PyOS_getsig=python39.PyOS_getsig
/external/python/cpython2/PC/os2emx/
Dpython27.def1094 "PyOS_getsig"
/external/python/cpython3/Modules/
Dsignalmodule.c1433 t = PyOS_getsig(i); in PyInit__signal()
/external/python/cpython3/Doc/c-api/
Dsys.rst104 .. c:function:: PyOS_sighandler_t PyOS_getsig(int i)
/external/python/cpython2/Python/
Dpythonrun.c1876 PyOS_getsig(int sig) in PyOS_getsig() function
/external/python/cpython3/Python/
Dpylifecycle.c2486 PyOS_getsig(int sig) in PyOS_getsig() function
/external/python/cpython3/Doc/whatsnew/
D2.0.rst804 A wrapper API was added for Unix-style signal handlers. :func:`PyOS_getsig` gets
/external/python/cpython2/Doc/whatsnew/
D2.0.rst804 A wrapper API was added for Unix-style signal handlers. :func:`PyOS_getsig` gets
/external/python/cpython2/Misc/
DHISTORY8708 either function, always use PyOS_getsig() to get a signal handler
/external/python/cpython3/Misc/
DHISTORY26087 either function, always use PyOS_getsig() to get a signal handler