OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:install_handler
(Results
1 - 7
of
7
) sorted by null
/external/google-breakpad/src/client/mac/handler/
exception_handler.h
104
// If
install_handler
is true, then a minidump will be written whenever
111
void *callback_context, bool
install_handler
,
118
bool
install_handler
);
174
// Setup the handler thread, and if |
install_handler
| is true, install the
176
bool Setup(bool
install_handler
);
exception_handler.cc
227
bool
install_handler
,
248
Setup(
install_handler
);
255
bool
install_handler
)
269
Setup(
install_handler
);
731
bool ExceptionHandler::Setup(bool
install_handler
) {
745
if (
install_handler
&& result == KERN_SUCCESS)
/external/valgrind/none/tests/
async-sigs.c
25
static void
install_handler
(int sig, void (*sig_handler)(int))
function
99
install_handler
(caughtsig, handler);
139
install_handler
(SIGHUP, SIG_DFL);
/external/google-breakpad/src/client/solaris/handler/
exception_handler.cc
66
bool
install_handler
)
71
installed_handler_(
install_handler
) {
74
if (
install_handler
) {
78
if (
install_handler
) {
exception_handler.h
59
// you can create an ExceptionHandler with
install_handler
set to false,
110
// If
install_handler
is true, then a minidump will be written whenever
116
bool
install_handler
);
176
// when created (with an
install_handler
parameter set to true).
/external/google-breakpad/src/client/linux/handler/
exception_handler.h
62
// you can create an ExceptionHandler with
install_handler
set to false,
122
// If
install_handler
is true, then a minidump will be written whenever
131
bool
install_handler
,
exception_handler.cc
222
bool
install_handler
,
239
if (
install_handler
) {
Completed in 165 milliseconds