Searched refs:threadlo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Dbenchmark.h15 int threadlo; member in struct:testing::Benchmark
21 void Clear(const char* n) { name = n; fn = 0; fnr = 0; lo = 0; hi = 0; threadlo = 0; threadhi = 0; }
22 Benchmark* ThreadRange(int lo, int hi) { threadlo = lo; threadhi = hi; return this; }
H A Dbenchmark.cc148 for(int j = b->threadlo; j <= b->threadhi; j++)
/external/regex-re2/util/
H A Dbenchmark.h15 int threadlo; member in struct:testing::Benchmark
21 void Clear(const char* n) { name = n; fn = 0; fnr = 0; lo = 0; hi = 0; threadlo = 0; threadhi = 0; }
22 Benchmark* ThreadRange(int lo, int hi) { threadlo = lo; threadhi = hi; return this; }
H A Dbenchmark.cc148 for(int j = b->threadlo; j <= b->threadhi; j++)

Completed in 193 milliseconds