HomeSort by relevance Sort by last modified time
    Searched refs:kLimitBaseThreadCount (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc 738 // definition of kLimitBaseThreadCount here was copied from class
746 const unsigned kLimitBaseThreadCount = 20;
749 kLimitBaseThreadCount) * kMinPerExtraThreadStackReduction;
minidump_writer.cc 119 static const unsigned kLimitBaseThreadCount = 20;
305 // that any thread beyond the first kLimitBaseThreadCount threads will
397 if (minidump_size_limit_ >= 0 && i >= kLimitBaseThreadCount)
    [all...]

Completed in 67 milliseconds