HomeSort by relevance Sort by last modified time
    Searched full:has_requesting_thread (Results 1 - 1 of 1) sorted by null

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

Completed in 43 milliseconds