Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_continue_node.cpp84 size_t ec = harness_graph_executor<tbb::flow::continue_msg, OutputType>::execute_count; in run_continue_nodes() local
85 CHECK_MESSAGE( (int)ec == p, "" ); in run_continue_nodes()
H A Dtest_function_node.cpp393 size_t ec = harness_graph_executor<InputType, OutputType>::execute_count; in unlimited_concurrency() local
394 CHECK( ec == p*N ); in unlimited_concurrency()
H A Dtest_multifunction_node.cpp380 size_t ec = harness_graph_multifunction_executor<InputType, OutputTuple>::execute_count; in unlimited_concurrency() local
381 CHECK_MESSAGE( (unsigned int)ec == p*N, "" ); in unlimited_concurrency()