Home
last modified time | relevance | path

Searched refs:has_requesting_thread (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
Dminidump_processor.cc100 bool has_requesting_thread = false; in Process() local
105 has_requesting_thread = in Process()
112 has_requesting_thread = exception->GetThreadID(&requesting_thread_id); in Process()
149 (has_requesting_thread ? "" : "no ") << "requesting thread, and " << in Process()
192 if (has_requesting_thread && thread_id == requesting_thread_id) { in Process()
277 if (has_requesting_thread && !found_requesting_thread) { in Process()