Searched defs:handler (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dfault_handler.cc31 // Typically a signal handler should not need to deal with signals that occur within it.
45 // thread running the signal handler.
46 // 3. set the handler for SIGSEGV and SIGABRT to a secondary signal handler.
54 // our secondary signal handler gets called in a signal context. This results in
70 // Static fault manger object accessed by signal handler.
76 VLOG(signals)<< "Caught unknown SIGSEGV in ART fault handler - chaining to next handler.";
80 // Signal handler called on SIGSEGV.
85 // Signal handler fo
179 AddHandler(FaultHandler* handler, bool generated_code) argument
187 RemoveHandler(FaultHandler* handler) argument
[all...]

Completed in 20 milliseconds