Lines Matching refs:signal
402 // Reset to the default signal handler, i.e. cause a hard crash.
417 void RegisterSignalHandler(int signal,
422 if (signal == SIGSEGV) {
430 if (signal == SIGBUS) {
443 CHECK_EQ(sigaction(signal, &sa, nullptr), 0);
458 // Restore signal dispositions, the parent process may have changed them.
474 // library) has set up own signal handler for own purposes
489 // which can be called from signal handlers.
552 // on exit. Needs to happen before installing signal handlers because
588 // and pass the signal context to V8.
644 // Safe to call more than once and from signal handlers.
689 // before making the tcsetattr() call, otherwise that signal suspends us.