OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleSignal
(Results
1 - 5
of
5
) sorted by null
/system/update_engine/common/
terminator.cc
30
signal(SIGTERM,
HandleSignal
);
42
void Terminator::
HandleSignal
(int signum) {
terminator.h
51
static void
HandleSignal
(int signum);
terminator_unittest.cc
54
Terminator::
HandleSignal
(SIGTERM);
/external/google-breakpad/src/client/linux/handler/
exception_handler.h
228
bool
HandleSignal
(int sig, siginfo_t* info, void* uc);
exception_handler.cc
43
//
HandleSignal
----------------------------| (clones a new process which
352
handled = (*g_handler_stack_)[i]->
HandleSignal
(sig, info, uc);
410
bool ExceptionHandler::
HandleSignal
(int sig, siginfo_t* info, void* uc) {
453
// This is a public interface to
HandleSignal
that allows the client to
458
// ExceptionHandler::
HandleSignal
().
463
return
HandleSignal
(sig, &siginfo, &context);
Completed in 472 milliseconds