Home
last modified time | relevance | path

Searched refs:execCount (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/thread/test/
Dtest_11611.cpp27 boost::atomic<unsigned> execCount(0u); in main() local
39 serial.submit([i, &execCount] { in main()
41 ++execCount; in main()
46 unsigned const cnt = execCount.load(); in main()
/third_party/icu/icu4c/source/tools/ctestfw/
Duperf.cpp24 static int32_t execCount = 0; variable
281 execCount = 0; in run()
283 if (!res || (execCount <= 0)) { in run()
366 execCount++; in runTestLoop()
517 execCount--; // correct a previously assumed test-exec, as this only calls a subtest in callTest()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Duperf.cpp24 static int32_t execCount = 0; variable
281 execCount = 0; in run()
283 if (!res || (execCount <= 0)) { in run()
366 execCount++; in runTestLoop()
517 execCount--; // correct a previously assumed test-exec, as this only calls a subtest in callTest()
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/
Duperf.cpp24 static int32_t execCount = 0; variable
281 execCount = 0; in run()
283 if (!res || (execCount <= 0)) { in run()
366 execCount++; in runTestLoop()
517 execCount--; // correct a previously assumed test-exec, as this only calls a subtest in callTest()
/third_party/icu/icu4c/source/test/intltest/
Dintltest.cpp499 static int32_t execCount = 0; variable
609 execCount--; // correct a previously assumed test-exec, as this only calls a subtest in callTest()
781 execCount++; in runTestLoop()
1515 execCount = 0; in main()
1520 if (!res || (execCount <= 0)) { in main()
1588 if (execCount <= 0) { in main()