Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_arena.cpp1517 std::atomic<int> canceled_task{}; in ExceptionInExecute() local
1519 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()