Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_continue_node.cpp304 auto pass_through = [](const msg_t& msg) { return msg; }; in test_follows_and_precedes_api() local
308 (messages_for_follows, pass_through, node_priority_t(0)); in test_follows_and_precedes_api()
312 (messages_for_precedes, /* number_of_predecessors = */0, pass_through, node_priority_t(1)); in test_follows_and_precedes_api()
H A Dtest_function_node.cpp50 struct pass_through { struct
70 …tbb::flow::function_node<InputType, InputType> pass_thru( g, tbb::flow::unlimited, pass_through<In… in buffered_levels() argument
461 pass_through<msg_t> pass_msg; in test_follows_and_precedes_api()