Searched refs:requesting_thread (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/processor/
H A Dexploitability_linux.cc65 if (process_state_->requesting_thread() != -1) {
67 process_state_->threads()->at(process_state_->requesting_thread());
H A Dstackwalk_common.cc832 int requesting_thread = process_state.requesting_thread(); local
833 if (requesting_thread != -1) {
836 requesting_thread,
839 PrintStack(process_state.threads()->at(requesting_thread), cpu,
841 process_state.thread_memory_regions()->at(requesting_thread),
848 if (thread_index != requesting_thread) {
880 int requesting_thread = process_state.requesting_thread(); local
901 if (requesting_thread !
[all...]
H A Dmicrodump_processor_unittest.cc101 ASSERT_EQ(0, state->requesting_thread());
H A Dminidump_processor_unittest.cc417 ASSERT_EQ(state.requesting_thread(), 0);
/external/google-breakpad/src/google_breakpad/processor/
H A Dprocess_state.h105 int requesting_thread() const { return requesting_thread_; } function in class:google_breakpad::ProcessState

Completed in 257 milliseconds