Searched refs:JoinOutputType (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_join_node_preview.cpp | 33 using JoinOutputType = std::tuple<msg_t, msg_t, msg_t>; in jn_follows_and_precedes() typedef 39 …<msg_t, tbb::flow::join_node<JoinOutputType>, tbb::flow::buffer_node<msg_t>>(messages_for_follows); in jn_follows_and_precedes() 41 <msg_t, tbb::flow::join_node<JoinOutputType, tbb::flow::queueing>>(messages_for_follows); in jn_follows_and_precedes() 43 …<msg_t, tbb::flow::join_node<JoinOutputType, tbb::flow::reserving>, tbb::flow::buffer_node<msg_t>>… in jn_follows_and_precedes() 55 <msg_t, tbb::flow::join_node<JoinOutputType>>(messages_for_precedes); in jn_follows_and_precedes() 57 <msg_t, tbb::flow::join_node<JoinOutputType, tbb::flow::queueing>>(messages_for_precedes); in jn_follows_and_precedes() 59 <msg_t, tbb::flow::join_node<JoinOutputType, tbb::flow::reserving>>(messages_for_precedes); in jn_follows_and_precedes() 61 <msg_t, tbb::flow::join_node<JoinOutputType, tbb::flow::key_matching<msg_t, hash_compare>>> in jn_follows_and_precedes() 67 using JoinOutputType = std::tuple<msg_t, msg_t, msg_t>; in jn_msg_key_matching_follows_and_precedes() typedef 73 …<msg_t, tbb::flow::join_node<JoinOutputType, tbb::flow::key_matching<std::size_t>>, tbb::flow::buf… in jn_msg_key_matching_follows_and_precedes() [all …]
|