Home
last modified time | relevance | path

Searched refs:teardown_call (Results 1 - 1 of 1) sorted by relevance

/third_party/benchmark/test/
H A Dbenchmark_setup_teardown_test.cc15 static int teardown_call = 0; member
25 ++singlethreaded::teardown_call; in DoTeardown1() member in singlethreaded
45 static std::atomic<int> teardown_call(0);
55 concurrent::teardown_call.fetch_add(1, std::memory_order_acquire); in DoTeardown2()
138 assert(singlethreaded::teardown_call == 4); in main()
142 assert(concurrent::teardown_call.load(std::memory_order_relaxed) == 3); in main()

Completed in 1 milliseconds