Lines Matching refs:previous

72     _Py_sighandler_t previous;
111 _Py_sighandler_t previous;
310 (void)sigaction(handler->signum, &handler->previous, NULL);
312 (void)signal(handler->signum, handler->previous);
319 Display the current Python traceback, restore the previous handler and call
320 the previous handler.
322 On Windows, don't explicitly call the previous handler, because the Windows
325 instruction will raise the same fault (signal), and so the previous handler
354 /* restore the previous handler */
378 /* don't explicitly call the previous handler for SIGSEGV in this signal
383 /* call the previous signal handler: it is called immediately if we use
519 err = sigaction(handler->signum, &action, &handler->previous);
521 handler->previous = signal(handler->signum,
523 err = (handler->previous == SIG_ERR);
772 /* Cancel previous thread, if running */
836 _Py_sighandler_t previous;
837 previous = signal(signum, faulthandler_user);
839 *previous_p = previous;
841 return (previous == SIG_ERR);
866 (void)sigaction(signum, &user->previous, NULL);
869 /* call the previous signal handler */
877 if (user->chain && user->previous != NULL) {
879 /* call the previous signal handler */
880 user->previous(signum);
915 _Py_sighandler_t previous;
949 err = faulthandler_register(signum, chain, &previous);
955 user->previous = previous;
976 (void)sigaction(signum, &user->previous, NULL);
978 (void)signal(signum, user->previous);
1054 /* For SIGSEGV, faulthandler_fatal_error() restores the previous signal
1056 explicitly calling the previous error handler). In a normal case, the
1063 faulthandler_fatal_error(), and one more time for the previous signal
1262 PyDoc_STR("cancel_dump_traceback_later():\ncancel the previous call "
1375 SIGSTKSZ bytes. Calling the previous signal handler in faulthandler