Searched defs:KeepRunning (Results 1 - 3 of 3) sorted by relevance

/external/libcxx/test/libcxx/utilities/memory/util.smartptr/
H A Drace_condition.pass.cpp28 std::atomic_bool KeepRunning; variable
34 while (KeepRunning) {
49 KeepRunning = true;
76 KeepRunning = false;
/external/google-benchmark/include/benchmark/
H A Dbenchmark_api.h7 while (state.KeepRunning())
17 while (state.KeepRunning())
43 while (state.KeepRunning())
61 while (state.KeepRunning()) {
103 while (state.KeepRunning()) {
124 until all have called KeepRunning, and all will have finished before KeepRunning
132 while (state.KeepRunning()) {
281 // NOTE: A benchmark may not return from the test until KeepRunning() has
283 bool KeepRunning() { function in class:benchmark::internal::State
[all...]
/external/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark_api.h7 while (state.KeepRunning())
17 while (state.KeepRunning())
43 while (state.KeepRunning())
61 while (state.KeepRunning()) {
103 while (state.KeepRunning()) {
124 until all have called KeepRunning, and all will have finished before KeepRunning
132 while (state.KeepRunning()) {
281 // NOTE: A benchmark may not return from the test until KeepRunning() has
283 bool KeepRunning() { function in class:benchmark::internal::State
[all...]

Completed in 165 milliseconds