Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_flow_graph_priorities.cpp249 std::vector<unsigned> g_async_task_ids; variable
270 g_async_task_ids.push_back( ++g_task_num ); in operator ()()
361 g_async_task_ids.clear(); in test()
362 g_async_task_ids.reserve(async_subgraph_reruns); in test()
392 … CHECK_MESSAGE( ( g_async_task_ids.size() == async_task_num), "Incorrect number of async tasks." ); in test()
395 CHECK_MESSAGE( (g_async_task_ids[idx] - g_async_task_ids[idx-1] <= max_span), in test()