Home
last modified time | relevance | path

Searched defs:count_value (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_eh_flow_graph.cpp199 int count_value() { return (int)*my_current_val; } in count_value() function in test_input_body
221 int count_value() { return (int)*my_current_val; } in count_value() function in test_input_body
237 int count_value() { return *my_count; } in count_value() function in absorber_body
279 int count_value() { return *my_count; } in count_value() function in multifunction_node_body
334 int count_value() { return (int)*my_current_val; } in count_value() function in tuple_test_input_body
H A Dtest_buffer_node.cpp41 void check_item( T* count_value, T &value ) { in check_item()