Home
last modified time | relevance | path

Searched refs:s4 (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_sequencer_node.cpp325 tbb::flow::sequencer_node<T> s4(g, seq_inspector<T>()); in test_serial() local
327 tbb::flow::make_edge( s3, s4 ); in test_serial()
328 tbb::flow::make_edge( s4, s5 ); in test_serial()
342 CHECK_MESSAGE( wait_try_get( g, s4, j ) == false, "" ); in test_serial()
347 tbb::flow::remove_edge( s3, s4 ); in test_serial()
349 CHECK_MESSAGE( wait_try_get( g, s4, j ) == false, "" ); in test_serial()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_overload.cpp331 BigStruct *s1, *s2, *s3, *s4, *s5, *s6; in CheckNewDeleteOverload() local
345 s4 = new(std::nothrow) BigStruct[2]; in CheckNewDeleteOverload()
346 scalableMallocCheckSize(s4, 2*sizeof(BigStruct)); in CheckNewDeleteOverload()
347 delete []s4; in CheckNewDeleteOverload()
/oneTBB/test/conformance/
H A Dconformance_input_node.cpp50 input_node s4(s3); in test_deduction_guides() local
51 static_assert(std::is_same_v<decltype(s4), input_node<int>>); in test_deduction_guides()
H A Dconformance_concurrent_unordered_set.cpp152 TSet s4(v.begin(), v.end(), 5, degenerate_hash<ComplexType>(), std::less<ComplexType>(), in test_deduction_guides() local
154 static_assert(std::is_same<decltype(s4), TSet<ComplexType, degenerate_hash<ComplexType>, in test_deduction_guides()