/external/google-breakpad/src/client/mac/crash_generation/ |
Inspector.h | 153 mach_port_t handler_thread_; member in class:google_breakpad::Inspector
|
/external/google-breakpad/src/client/mac/handler/ |
exception_handler.h | 242 pthread_t handler_thread_; member in class:google_breakpad::ExceptionHandler
|
exception_handler.cc | 234 handler_thread_(NULL), 261 handler_thread_(NULL), 754 int thread_create_result = pthread_create(&handler_thread_, &attr, 780 handler_thread_ = NULL;
|
minidump_generator.h | 206 mach_port_t handler_thread_; member in class:google_breakpad::MinidumpGenerator
|
minidump_generator.cc | 79 handler_thread_(mach_thread_self()), 97 handler_thread_(handler_thread), 979 if (handler_thread_ != MACH_PORT_NULL) 998 if (threads_for_task[i] != handler_thread_) { [all...] |
/system/netd/tests/ |
dns_responder.h | 132 std::thread handler_thread_ GUARDED_BY(update_mutex_);
|
dns_responder.cpp | 637 handler_thread_ = std::thread(&DNSResponder::requestHandler, this); 655 handler_thread_.join();
|
/external/google-breakpad/src/client/windows/handler/ |
exception_handler.cc | 168 handler_thread_ = NULL; 220 handler_thread_ = CreateThread(NULL, // lpThreadAttributes 226 assert(handler_thread_ != NULL); 356 WaitForSingleObject(handler_thread_, kWaitForHandlerThreadMs); 358 TerminateThread(handler_thread_, 1); 361 CloseHandle(handler_thread_); 362 handler_thread_ = NULL; 704 if (handler_thread_ == NULL) { [all...] |
exception_handler.h | 440 HANDLE handler_thread_; member in class:google_breakpad::ExceptionHandler
|