Lines Matching defs:which
293 /* PyErr_SetExcFromWindowsErr() invokes FormatMessage() which
403 * Python/pylifecycle.c for the implementation of PyOS_setsig which
896 which: int
910 signal_setitimer_impl(PyObject *module, int which, PyObject *seconds,
924 /* Let OS check "which" value */
926 if (setitimer(which, &new, &old) != 0) {
940 which: int
947 signal_getitimer_impl(PyObject *module, int which)
953 if (getitimer(which, &old) != 0) {
1637 // Install Python SIGINT handler which raises KeyboardInterrupt
2085 /* Returns a manual-reset event which gets tripped whenever