Searched refs:s3 (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_sequencer_node.cpp | 214 tbb::flow::sequencer_node<T> s3(g, seq_inspector<T>()); in test_parallel() local 216 tbb::flow::make_edge( s2, s3 ); in test_parallel() 231 CHECK_MESSAGE( s3.try_get( j ) == false, "" ); in test_parallel() 324 tbb::flow::sequencer_node<T> s3(g, seq_inspector<T>()); in test_serial() local 327 tbb::flow::make_edge( s3, s4 ); in test_serial() 331 bool msg = s3.try_put( T(i) ); in test_serial() 341 CHECK_MESSAGE( wait_try_get( g, s3, j ) == false, "" ); in test_serial() 347 tbb::flow::remove_edge( s3, s4 ); in test_serial() 348 CHECK_MESSAGE( s3.try_put( N ) == true, "" ); in test_serial() 353 CHECK_MESSAGE( wait_try_get( g, s3, j ) == true, "" ); in test_serial() [all …]
|
| H A D | test_split_node.cpp | 393 split_node s3(precedes(b3, b4)); in test_deduction_guides() local 394 static_assert(std::is_same_v<decltype(s3), split_node<tuple_type>>); in test_deduction_guides()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_input_node.cpp | 47 input_node s3(g, input_body_f); in test_deduction_guides() local 48 static_assert(std::is_same_v<decltype(s3), input_node<int>>); in test_deduction_guides() 50 input_node s4(s3); in test_deduction_guides()
|
| H A D | conformance_sequencer_node.cpp | 45 sequencer_node s3(s1); in test_deduction_guides_common() local 46 static_assert(std::is_same_v<decltype(s3), sequencer_node<int>>); in test_deduction_guides_common()
|
| H A D | conformance_concurrent_unordered_set.cpp | 147 TSet s3(v.begin(), v.end(), 5, degenerate_hash<ComplexType>(), std::less<ComplexType>()); in test_deduction_guides() local 148 static_assert(std::is_same<decltype(s3), TSet<ComplexType, degenerate_hash<ComplexType>, in test_deduction_guides()
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_overload.cpp | 331 BigStruct *s1, *s2, *s3, *s4, *s5, *s6; in CheckNewDeleteOverload() local 341 s3 = new(std::nothrow) BigStruct; in CheckNewDeleteOverload() 342 scalableMallocCheckSize(s3, sizeof(BigStruct)); in CheckNewDeleteOverload() 343 delete s3; in CheckNewDeleteOverload()
|