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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fpectlmodule.c 137 PyOS_setsig(SIGFPE, handler);
157 PyOS_setsig(SIGFPE, handler);
166 PyOS_setsig(SIGFPE, handler);
174 PyOS_setsig(SIGFPE, handler);
185 PyOS_setsig(SIGFPE, handler);
193 PyOS_setsig(SIGFPE, handler);
206 PyOS_setsig(SIGFPE, handler);
210 PyOS_setsig(SIGFPE, handler);
218 PyOS_setsig(SIGFPE, handler);
224 PyOS_setsig(SIGFPE, handler);
    [all...]
signalmodule.c 212 * Python/pythonrun.c for the implementation of PyOS_setsig which
214 PyOS_setsig(sig_num, signal_handler);
316 if (PyOS_setsig(sig_num, func) == SIG_ERR) {
618 old_siginthandler = PyOS_setsig(SIGINT, signal_handler);
861 PyOS_setsig(SIGINT, old_siginthandler);
870 PyOS_setsig(i, SIG_DFL);
readline.c 1014 old_inthandler = PyOS_setsig(SIGINT, onintr);
1020 PyOS_setsig(SIGINT, old_inthandler);
1026 PyOS_setsig(SIGINT, old_inthandler);
  /external/python/cpython2/Modules/
fpectlmodule.c 137 PyOS_setsig(SIGFPE, handler);
157 PyOS_setsig(SIGFPE, handler);
166 PyOS_setsig(SIGFPE, handler);
174 PyOS_setsig(SIGFPE, handler);
185 PyOS_setsig(SIGFPE, handler);
193 PyOS_setsig(SIGFPE, handler);
206 PyOS_setsig(SIGFPE, handler);
210 PyOS_setsig(SIGFPE, handler);
218 PyOS_setsig(SIGFPE, handler);
224 PyOS_setsig(SIGFPE, handler)
    [all...]
readline.c 838 PyOS_setsig(SIGWINCH, readline_sigwinch_handler);
946 sigwinch_ohandler = PyOS_setsig(SIGWINCH, readline_sigwinch_handler);
1101 old_inthandler = PyOS_setsig(SIGINT, onintr);
1107 PyOS_setsig(SIGINT, old_inthandler);
1113 PyOS_setsig(SIGINT, old_inthandler);
    [all...]
signalmodule.c 212 * Python/pythonrun.c for the implementation of PyOS_setsig which
214 PyOS_setsig(sig_num, signal_handler);
316 if (PyOS_setsig(sig_num, func) == SIG_ERR) {
625 old_siginthandler = PyOS_setsig(SIGINT, signal_handler);
868 PyOS_setsig(SIGINT, old_siginthandler);
877 PyOS_setsig(i, SIG_DFL);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
intrcheck.c 141 PyOS_setsig(SIGINT, intcatcher);
150 if ((old_siginthandler = PyOS_setsig(SIGINT, SIG_IGN)) != SIG_IGN)
151 PyOS_setsig(SIGINT, intcatcher);
157 PyOS_setsig(SIGINT, old_siginthandler);
  /external/python/cpython2/Parser/
intrcheck.c 141 PyOS_setsig(SIGINT, intcatcher);
150 if ((old_siginthandler = PyOS_setsig(SIGINT, SIG_IGN)) != SIG_IGN)
151 PyOS_setsig(SIGINT, intcatcher);
157 PyOS_setsig(SIGINT, old_siginthandler);
  /external/python/cpython3/Modules/
fpectlmodule.c 134 PyOS_setsig(SIGFPE, handler);
154 PyOS_setsig(SIGFPE, handler);
163 PyOS_setsig(SIGFPE, handler);
171 PyOS_setsig(SIGFPE, handler);
179 PyOS_setsig(SIGFPE, handler);
187 PyOS_setsig(SIGFPE, handler);
193 PyOS_setsig(SIGFPE, handler);
210 PyOS_setsig(SIGFPE, handler);
219 PyOS_setsig(SIGFPE, handler);
readline.c 993 PyOS_setsig(SIGWINCH, readline_sigwinch_handler);
1131 sigwinch_ohandler = PyOS_setsig(SIGWINCH, readline_sigwinch_handler);
    [all...]
signalmodule.c 315 * Python/pylifecycle.c for the implementation of PyOS_setsig which
317 PyOS_setsig(sig_num, signal_handler);
444 if (PyOS_setsig(signalnum, func) == SIG_ERR) {
1265 old_siginthandler = PyOS_setsig(SIGINT, signal_handler);
    [all...]
  /external/python/cpython3/Include/
pylifecycle.h 118 PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
signalmodule.c 212 * Python/pythonrun.c for the implementation of PyOS_setsig which
214 PyOS_setsig(sig_num, signal_handler);
316 if (PyOS_setsig(sig_num, func) == SIG_ERR) {
626 old_siginthandler = PyOS_setsig(SIGINT, signal_handler);
869 PyOS_setsig(SIGINT, old_siginthandler);
878 PyOS_setsig(i, SIG_DFL);
  /external/python/cpython3/Python/
pylifecycle.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pythonrun.h 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 172 PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
  /external/python/cpython2/Include/
pythonrun.h 174 PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pythonrun.h 173 PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
  /prebuilts/gdb/linux-x86/include/python2.7/
pythonrun.h 173 PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pythonrun.h 173 PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pythonrun.h 173 PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
  /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/PyMod-2.7.10/Modules/
edk2module.c     [all...]

Completed in 1036 milliseconds

1 2