OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadhi
(Results
1 - 2
of
2
) sorted by null
/external/regex-re2/util/
benchmark.h
16
int
threadhi
;
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; }
benchmark.cc
148
for(int j = b->threadlo; j <= b->
threadhi
; j++)
Completed in 2217 milliseconds