Lines Matching defs:handler
31 // signals. We rely on the signal handler running on the thread which crashed
49 // (set signal handler to ThreadEntry (static function to bounce
66 #include "client/linux/handler/exception_handler.h"
194 // ones. There is a bug in these functions where a request to set the handler
196 // signal is repeatedly sent to breakpad's signal handler.
209 // The global exception handler stack. This is needed because there may exist
250 std::vector<ExceptionHandler*>::iterator handler =
252 g_handler_stack_->erase(handler);
334 // Reset signal handler with the right flags.
342 // When resetting the handler fails, try to reset the
355 // Upon returning from this signal handler, sig will become unmasked and then
357 // successfully, restore the default handler. Otherwise, restore the
358 // previously installed handler. Then, when the signal is retriggered, it will
359 // be delivered to the appropriate handler.
382 // when we return from the signal handler.
389 ExceptionHandler* handler;
402 thread_arg->handler->WaitForContinueSignal();
404 return thread_arg->handler->DoDump(thread_arg->pid, thread_arg->context,
483 thread_arg.handler = this;