Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_flow_graph.cpp492 std::atomic<int> test_count; in run_one_functype_node_test() local
493 input0_count = input1_count = sink0_count = sink1_count = test_count = 0; in run_one_functype_node_test()
503 TestNodeType node_to_test(g, Conc, TestNodeBodyType(test_count)); in run_one_functype_node_test()
551 input0_count = input1_count = sink0_count = sink1_count = test_count = 0; in run_one_functype_node_test()
798 std::atomic<int> test_count; in run_one_continue_node_test() local
800 input_count = test_count = sink_count = 0; in run_one_continue_node_test()
807 TTestNodeType node_to_test(g, TestNodeBodyType(test_count)); in run_one_continue_node_test()
849 input_count = test_count = sink_count = 0; in run_one_continue_node_test()
850 CHECK_MESSAGE( (0 == (int)test_count), "Atomic wasn't reset properly"); in run_one_continue_node_test()