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

  /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 275 milliseconds