HomeSort by relevance Sort by last modified time
    Searched defs:PyOS_sighandler_t (Results 1 - 8 of 8) 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);

Completed in 175 milliseconds