Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump_processor.cc193 bool found_requesting_thread = false; in Process() local
233 if (found_requesting_thread) { in Process()
248 found_requesting_thread = true; in Process()
319 if (has_requesting_thread && !found_requesting_thread) { in Process()