Home
last modified time | relevance | path

Searched defs:crash_thread (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_dumper.h199 pid_t crash_thread() const { return crash_thread_; } in crash_thread() function
200 void set_crash_thread(pid_t crash_thread) { crash_thread_ = crash_thread; } in set_crash_thread()
/aosp_15_r20/development/apps/Development/src/com/android/development/
H A DBadBehaviorActivity.java178 Button crash_thread = (Button) findViewById(R.id.bad_behavior_crash_thread); in onCreate() local
/aosp_15_r20/external/google-breakpad/src/common/linux/tests/
H A Dcrash_generator.cc185 unsigned num_threads, unsigned crash_thread, int crash_signal, in CreateChildCrash()