HomeSort by relevance Sort by last modified time
    Searched refs:PyOS_sighandler_t (Results 1 - 25 of 25) sorted by null

  /external/python/cpython3/Include/
pylifecycle.h 116 typedef void (*PyOS_sighandler_t)(int);
117 PyAPI_FUNC(PyOS_sighandler_t) PyOS_getsig(int);
118 PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pythonrun.h 172 typedef void (*PyOS_sighandler_t)(int);
173 PyAPI_FUNC(PyOS_sighandler_t) PyOS_getsig(int);
174 PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pythonrun.h 170 typedef void (*PyOS_sighandler_t)(int);
171 PyAPI_FUNC(PyOS_sighandler_t) PyOS_getsig(int);
172 PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
  /external/python/cpython2/Include/
pythonrun.h 172 typedef void (*PyOS_sighandler_t)(int);
173 PyAPI_FUNC(PyOS_sighandler_t) PyOS_getsig(int);
174 PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pythonrun.h 171 typedef void (*PyOS_sighandler_t)(int);
172 PyAPI_FUNC(PyOS_sighandler_t) PyOS_getsig(int);
173 PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
  /prebuilts/gdb/linux-x86/include/python2.7/
pythonrun.h 171 typedef void (*PyOS_sighandler_t)(int);
172 PyAPI_FUNC(PyOS_sighandler_t) PyOS_getsig(int);
173 PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pythonrun.h 171 typedef void (*PyOS_sighandler_t)(int);
172 PyAPI_FUNC(PyOS_sighandler_t) PyOS_getsig(int);
173 PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pythonrun.h 171 typedef void (*PyOS_sighandler_t)(int);
172 PyAPI_FUNC(PyOS_sighandler_t) PyOS_getsig(int);
173 PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
  /external/python/cpython3/Python/
pylifecycle.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c     [all...]
  /external/python/cpython2/Python/
pythonrun.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
signalmodule.c 27 #define SIG_ERR ((PyOS_sighandler_t)(-1))
103 static PyOS_sighandler_t old_siginthandler = SIG_DFL;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
signalmodule.c 27 #define SIG_ERR ((PyOS_sighandler_t)(-1))
103 static PyOS_sighandler_t old_siginthandler = SIG_DFL;
readline.c 1009 PyOS_sighandler_t old_inthandler;
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
readline.c 825 static PyOS_sighandler_t sigwinch_ohandler;
1096 PyOS_sighandler_t old_inthandler;
    [all...]
signalmodule.c 27 #define SIG_ERR ((PyOS_sighandler_t)(-1))
103 static PyOS_sighandler_t old_siginthandler = SIG_DFL;
posixmodule.c     [all...]
  /external/python/cpython3/Modules/
readline.c 980 static PyOS_sighandler_t sigwinch_ohandler;
    [all...]
signalmodule.c 40 #define SIG_ERR ((PyOS_sighandler_t)(-1))
127 static PyOS_sighandler_t old_siginthandler = SIG_DFL;
    [all...]
faulthandler.c 41 typedef PyOS_sighandler_t _Py_sighandler_t;
    [all...]
posixmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]

Completed in 645 milliseconds