Home
last modified time | relevance | path

Searched defs:msg_t (Results 1 – 9 of 9) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_join_node_preview.cpp32 using msg_t = tbb::flow::continue_msg; in jn_follows_and_precedes() typedef
44 auto b = [](msg_t) { return msg_t(); }; in jn_follows_and_precedes() argument
48 bool equal(msg_t, msg_t) const { return true; } in jn_follows_and_precedes() argument
66 using msg_t = MyMessageKeyWithoutKey<int, int>; in jn_msg_key_matching_follows_and_precedes() typedef
H A Dtest_overwrite_node.cpp155 using msg_t = tbb::flow::continue_msg; in test_follows_and_precedes_api() typedef
H A Dtest_write_once_node.cpp179 using msg_t = tbb::flow::continue_msg; in test_follows_and_precedes_api() typedef
H A Dtest_broadcast_node.cpp211 using msg_t = tbb::flow::continue_msg; in test_follows_and_precedes_api() typedef
H A Dtest_buffer_node.cpp427 using msg_t = tbb::flow::continue_msg; in test_follows_and_precedes_api() typedef
H A Dtest_continue_node.cpp299 using msg_t = tbb::flow::continue_msg; in test_follows_and_precedes_api() typedef
H A Dtest_split_node.cpp299 using msg_t = std::tuple<int, float, double>; in test_follows_and_precedes_api() typedef
H A Dtest_function_node.cpp456 using msg_t = tbb::flow::continue_msg; in test_follows_and_precedes_api() typedef
H A Dtest_limiter_node.cpp475 using msg_t = tbb::flow::continue_msg; in test_follows_and_precedes_api() typedef