Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/libc++/src/test/benchmarks/
Dstop_token.bench.cpp37 auto start_total = loop_count.load(std::memory_order_relaxed); in BM_stop_token_single_thread_polling_stop_requested() local
39 while (loop_count.load(std::memory_order_relaxed) - start_total < total_loop_test_param) { in BM_stop_token_single_thread_polling_stop_requested()
84 auto start_total = get_total_loop(); in BM_stop_token_multi_thread_polling_stop_requested() local
86 while (get_total_loop() - start_total < total_loop_test_param) { in BM_stop_token_multi_thread_polling_stop_requested()
113 auto start_total = reg_count.load(std::memory_order_relaxed); in BM_stop_token_single_thread_reg_unreg_callback() local
115 while (reg_count.load(std::memory_order_relaxed) - start_total < total_reg_test_param) { in BM_stop_token_single_thread_reg_unreg_callback()
176 auto start_total = get_total_reg(); in BM_stop_token_async_reg_unreg_callback() local
178 while (get_total_reg() - start_total < total_reg_test_param) { in BM_stop_token_async_reg_unreg_callback()
/external/cronet/stable/third_party/libc++/src/test/benchmarks/
Dstop_token.bench.cpp37 auto start_total = loop_count.load(std::memory_order_relaxed); in BM_stop_token_single_thread_polling_stop_requested() local
39 while (loop_count.load(std::memory_order_relaxed) - start_total < total_loop_test_param) { in BM_stop_token_single_thread_polling_stop_requested()
84 auto start_total = get_total_loop(); in BM_stop_token_multi_thread_polling_stop_requested() local
86 while (get_total_loop() - start_total < total_loop_test_param) { in BM_stop_token_multi_thread_polling_stop_requested()
113 auto start_total = reg_count.load(std::memory_order_relaxed); in BM_stop_token_single_thread_reg_unreg_callback() local
115 while (reg_count.load(std::memory_order_relaxed) - start_total < total_reg_test_param) { in BM_stop_token_single_thread_reg_unreg_callback()
176 auto start_total = get_total_reg(); in BM_stop_token_async_reg_unreg_callback() local
178 while (get_total_reg() - start_total < total_reg_test_param) { in BM_stop_token_async_reg_unreg_callback()