Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_function_node.cpp415 struct continue_msg_to_int { struct
417 continue_msg_to_int(int x) : my_int(x) {} in continue_msg_to_int() argument
427 …flow::continue_msg, int, tbb::flow::rejecting> FN1( g, tbb::flow::serial, continue_msg_to_int(42)); in test_function_node_with_continue_msg_as_input() argument
428 …flow::continue_msg, int, tbb::flow::rejecting> FN2( g, tbb::flow::serial, continue_msg_to_int(43)); in test_function_node_with_continue_msg_as_input()