Searched refs:s7 (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_sequencer_node.cpp | 361 tbb::flow::sequencer_node<T> s7(g, seq_inspector<T>()); in test_serial() local 363 tbb::flow::make_edge( s6, s7 ); in test_serial() 364 tbb::flow::make_edge( s7, s8 ); in test_serial() 378 CHECK_MESSAGE( wait_try_get( g, s7, j ) == false, "" ); in test_serial() 383 tbb::flow::remove_edge( s6, s7 ); in test_serial() 385 CHECK_MESSAGE( wait_try_get( g, s7, j ) == false, "" ); in test_serial()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_input_node.cpp | 63 input_node s7(precedes(bc), input_body_f); in test_deduction_guides() local 64 static_assert(std::is_same_v<decltype(s7), input_node<int>>); in test_deduction_guides()
|
| H A D | conformance_concurrent_unordered_set.cpp | 168 TSet s7(l); in test_deduction_guides() local 169 static_assert(std::is_same<decltype(s7), TSet<ComplexType>>::value); in test_deduction_guides()
|