Home
last modified time | relevance | path

Searched refs:reg_counts (Results 1 – 2 of 2) sorted by relevance

/external/cronet/tot/third_party/libc++/src/test/benchmarks/
Dstop_token.bench.cpp141 std::vector<std::atomic<std::uint64_t>> reg_counts(thread_count); in BM_stop_token_async_reg_unreg_callback() local
161 threads.emplace_back(support::make_test_jthread(thread_func, &reg_counts[i], ss.get_token())); in BM_stop_token_async_reg_unreg_callback()
166 for (const auto& reg_count : reg_counts) { in BM_stop_token_async_reg_unreg_callback()
/external/cronet/stable/third_party/libc++/src/test/benchmarks/
Dstop_token.bench.cpp141 std::vector<std::atomic<std::uint64_t>> reg_counts(thread_count); in BM_stop_token_async_reg_unreg_callback() local
161 threads.emplace_back(support::make_test_jthread(thread_func, &reg_counts[i], ss.get_token())); in BM_stop_token_async_reg_unreg_callback()
166 for (const auto& reg_count : reg_counts) { in BM_stop_token_async_reg_unreg_callback()