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.cc153 bool found_requesting_thread = false; in Process() local
193 if (found_requesting_thread) { in Process()
208 found_requesting_thread = true; in Process()
277 if (has_requesting_thread && !found_requesting_thread) { in Process()