Lines Matching refs:raise
33 /* Allocate at maximum 100 MiB of the stack to raise the stack overflow */
325 instruction will raise the same fault (signal), and so the previous handler
385 raise(signum);
870 raise(signum);
1062 application. We have to raise SIGSEGV at lease twice: once for
1066 raise(SIGSEGV);
1068 raise(SIGSEGV);
1130 /* Do an integer division by zero: raise a SIGFPE on Intel CPU, but not on
1135 /* If the division by zero didn't raise a SIGFPE (e.g. on PowerPC),
1136 raise it manually. */
1137 raise(SIGFPE);
1202 "unable to raise a stack overflow (allocated %zu bytes "
1277 PyDoc_STR("_read_null(): read from NULL, raise "
1280 PyDoc_STR("_sigsegv(release_gil=False): raise a SIGSEGV signal")},
1285 PyDoc_STR("_sigabrt(): raise a SIGABRT signal")},
1287 PyDoc_STR("_sigfpe(): raise a SIGFPE signal")},
1290 PyDoc_STR("_stack_overflow(): recursive call to raise a stack overflow")},