Searched refs:canceled_task (Results 1 – 1 of 1) sorted by relevance
1517 std::atomic<int> canceled_task{}; in ExceptionInExecute() local1519 auto parallel_func = [&test_arena, &canceled_task] (std::size_t) { in ExceptionInExecute()1530 ++canceled_task; in ExceptionInExecute()1538 CHECK(canceled_task == thread_number * 1000); in ExceptionInExecute()