Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalk_common.cc1181 int requesting_thread = process_state.requesting_thread(); in PrintProcessState() local
1238 int requesting_thread = process_state.requesting_thread(); in PrintProcessStateMachineReadable() local
1288 int requesting_thread = process_state.requesting_thread(); in PrintRequestingThreadBrief() local
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto81 optional int32 requesting_thread = 4; field
/external/google-breakpad/src/google_breakpad/processor/
Dprocess_state.h107 int requesting_thread() const { return requesting_thread_; } in requesting_thread() function