Searched refs:start_total (Results 1 – 2 of 2) sorted by relevance
37 auto start_total = loop_count.load(std::memory_order_relaxed); in BM_stop_token_single_thread_polling_stop_requested() local39 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() local86 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() local115 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() local178 while (get_total_reg() - start_total < total_reg_test_param) { in BM_stop_token_async_reg_unreg_callback()