Home
last modified time | relevance | path

Searched defs:ThreadRange (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dthompson.d67 struct ThreadRange in ThreadList() struct
70 this(ThreadList tlist){ ct = tlist.tip; } in ThreadList()
71 @property bool empty(){ return ct is null; } in ThreadList()
72 @property const(Thread!DataIndex)* front(){ return ct; } in ThreadList()
73 void popFront() in ThreadList()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dthompson.d67 struct ThreadRange in ThreadList() struct
70 this(ThreadList tlist){ ct = tlist.tip; } in ThreadList()
71 @property bool empty(){ return ct is null; } in ThreadList()
72 @property const(Thread!DataIndex)* front(){ return ct; } in ThreadList()
73 @property popFront() in ThreadList()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.cc434 Benchmark* Benchmark::ThreadRange(int min_threads, int max_threads) { in ThreadRange() function in benchmark::internal::Benchmark
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark_register.cc413 Benchmark* Benchmark::ThreadRange(int min_threads, int max_threads) { in ThreadRange() function in benchmark::internal::Benchmark