HomeSort by relevance Sort by last modified time
    Searched refs:crash_thread (Results 1 - 7 of 7) sorted by null

  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.h 131 pid_t crash_thread() const { return crash_thread_; } function in class:google_breakpad::LinuxDumper
132 void set_crash_thread(pid_t crash_thread) { crash_thread_ = crash_thread; }
linux_core_dumper_unittest.cc 107 dumper.crash_thread());
minidump_writer.cc 799 return dumper_->crash_thread();
    [all...]
  /external/google-breakpad/src/common/linux/tests/
crash_generator.h 70 // a signal with number |crash_signal| to the |crash_thread|-th thread.
72 bool CreateChildCrash(unsigned num_threads, unsigned crash_thread,
crash_generator.cc 172 unsigned num_threads, unsigned crash_thread, int crash_signal,
174 if (num_threads == 0 || crash_thread >= num_threads) {
176 " crash_thread=%u\n", num_threads, crash_thread);
214 if (tkill(*GetThreadIdPointer(crash_thread), crash_signal) == -1) {
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 178 Button crash_thread = (Button) findViewById(R.id.bad_behavior_crash_thread); local
179 crash_thread.setOnClickListener(new View.OnClickListener() {
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.cc 245 if (static_cast<pid_t>(thread.thread_id) != dumper_->crash_thread())

Completed in 202 milliseconds