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

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/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;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/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()) {
326 // NOTE: A benchmark may not return from the test until KeepRunning() has
328 bool KeepRunning() { function in class:benchmark::internal::State
[all...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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()) {
326 // NOTE: A benchmark may not return from the test until KeepRunning() has
328 bool KeepRunning() { function in class:benchmark::internal::State
[all...]

Completed in 121 milliseconds