Searched refs:ec (Results 1 – 3 of 3) sorted by relevance
84 size_t ec = harness_graph_executor<tbb::flow::continue_msg, OutputType>::execute_count; in run_continue_nodes() local85 CHECK_MESSAGE( (int)ec == p, "" ); in run_continue_nodes()
393 size_t ec = harness_graph_executor<InputType, OutputType>::execute_count; in unlimited_concurrency() local394 CHECK( ec == p*N ); in unlimited_concurrency()
380 size_t ec = harness_graph_multifunction_executor<InputType, OutputTuple>::execute_count; in unlimited_concurrency() local381 CHECK_MESSAGE( (unsigned int)ec == p*N, "" ); in unlimited_concurrency()