Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_join_node_preview.cpp38 follows_and_precedes_testing::test_follows in jn_follows_and_precedes()
40 follows_and_precedes_testing::test_follows in jn_follows_and_precedes()
42 follows_and_precedes_testing::test_follows in jn_follows_and_precedes()
50 follows_and_precedes_testing::test_follows in jn_follows_and_precedes()
72 follows_and_precedes_testing::test_follows in jn_msg_key_matching_follows_and_precedes()
H A Dtest_indexer_node.cpp599 void test_follows() { in test_follows() function
630 test_follows<double>(); in test_follows_and_precedes_api()
631 test_follows<int, double>(); in test_follows_and_precedes_api()
632 test_follows<int, float, double>(); in test_follows_and_precedes_api()
633 test_follows<float, double, int, double>(); in test_follows_and_precedes_api()
634 test_follows<float, double, int, double, double>(); in test_follows_and_precedes_api()
635 test_follows<float, double, int, double, double, float>(); in test_follows_and_precedes_api()
636 test_follows<float, double, int, double, double, float, long>(); in test_follows_and_precedes_api()
637 test_follows<float, double, int, double, double, float, long, int>(); in test_follows_and_precedes_api()
638 test_follows<float, double, int, double, double, float, long, int, long>(); in test_follows_and_precedes_api()
[all …]
H A Dtest_overwrite_node.cpp160 …follows_and_precedes_testing::test_follows<msg_t, tbb::flow::overwrite_node<msg_t>>(messages_for_f… in test_follows_and_precedes_api()
H A Dtest_write_once_node.cpp184 …follows_and_precedes_testing::test_follows<msg_t, tbb::flow::write_once_node<msg_t>>(messages_for_… in test_follows_and_precedes_api()
H A Dtest_broadcast_node.cpp216 …follows_and_precedes_testing::test_follows <msg_t, tbb::flow::broadcast_node<msg_t>>(messages_for_… in test_follows_and_precedes_api()
H A Dtest_async_node.cpp713 void test_follows() { in test_follows() function
785 test_follows(); in test_follows_and_precedes_api()
H A Dtest_priority_queue_node.cpp347 …follows_and_precedes_testing::test_follows <int, tbb::flow::priority_queue_node<int>>(messages_for… in test_follows_and_precedes_api()
H A Dtest_continue_node.cpp306 follows_and_precedes_testing::test_follows in test_follows_and_precedes_api()
H A Dtest_buffer_node.cpp432 …follows_and_precedes_testing::test_follows<msg_t, tbb::flow::buffer_node<msg_t>>(messages_for_foll… in test_follows_and_precedes_api()
H A Dtest_sequencer_node.cpp402 follows_and_precedes_testing::test_follows in test_follows_and_precedes_api()
H A Dtest_queue_node.cpp471 …follows_and_precedes_testing::test_follows <int, tbb::flow::queue_node<int>>(messages_for_follows); in test_follows_and_precedes_api()
H A Dtest_limiter_node.cpp480 follows_and_precedes_testing::test_follows in test_follows_and_precedes_api()
H A Dtest_function_node.cpp463 follows_and_precedes_testing::test_follows in test_follows_and_precedes_api()
H A Dtest_multifunction_node.cpp519 follows_and_precedes_testing::test_follows in test_follows_and_precedes_api()
/oneTBB/test/common/
H A Dtest_follows_and_precedes_api.h230 void test_follows(std::array<MessageType, 3>& messages, ConstructorArgs&&... args) {