OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handler_thread
(Results
1 - 6
of
6
) sorted by null
/external/google-breakpad/src/client/mac/crash_generation/
crash_generation_server.cc
111
mach_port_t
handler_thread
= message.GetTranslatedPort(2);
local
122
MinidumpGenerator generator(remote_task,
handler_thread
);
Inspector.mm
221
printf("
handler_thread
= %d\n", handler_thread_);
/external/google-breakpad/src/client/mac/handler/
minidump_generator.h
86
MinidumpGenerator(mach_port_t crashing_task, mach_port_t
handler_thread
);
minidump_generator.cc
90
mach_port_t
handler_thread
)
97
handler_thread_(
handler_thread
),
[
all
...]
exception_handler.cc
770
// Send an empty message so that the
handler_thread
exits
/external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc
758
pthread_t
handler_thread
;
local
778
pthread_create(&
handler_thread
, NULL, Write, (void *)&argument);
779
pthread_join(
handler_thread
, NULL);
Completed in 245 milliseconds