Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythonrun.h173 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/cpython2/PC/os2emx/
Dpython27.def1094 "PyOS_getsig"
/external/python/cpython2/Python/
Dpythonrun.c1864 PyOS_getsig(int sig) in PyOS_getsig() function
/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