Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_sequencer_node.cpp360 tbb::flow::sequencer_node<T> s6(g, seq_inspector<T>()); in test_serial() local
363 tbb::flow::make_edge( s6, s7 ); in test_serial()
367 bool msg = s6.try_put( T(i) ); in test_serial()
377 CHECK_MESSAGE( wait_try_get( g, s6, j ) == false, "" ); in test_serial()
383 tbb::flow::remove_edge( s6, s7 ); in test_serial()
384 CHECK_MESSAGE( s6.try_put( N ) == true, "" ); in test_serial()
389 CHECK_MESSAGE( wait_try_get( g, s6, j ) == true, "" ); in test_serial()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_overload.cpp331 BigStruct *s1, *s2, *s3, *s4, *s5, *s6; in CheckNewDeleteOverload() local
353 s6 = new BigStruct[5]; in CheckNewDeleteOverload()
354 scalableMallocCheckSize(s6, 5*sizeof(BigStruct)); in CheckNewDeleteOverload()
355 operator delete[](s6, std::nothrow); in CheckNewDeleteOverload()
/oneTBB/test/conformance/
H A Dconformance_input_node.cpp60 input_node s6(precedes(bc), non_const_lambda); in test_deduction_guides() local
61 static_assert(std::is_same_v<decltype(s6), input_node<int>>); in test_deduction_guides()
H A Dconformance_concurrent_unordered_set.cpp163 TSet s6(v.begin(), v.end(), 5, degenerate_hash<ComplexType>(), custom_allocator_type{}); in test_deduction_guides() local
164 static_assert(std::is_same<decltype(s6), TSet<ComplexType, degenerate_hash<ComplexType>, in test_deduction_guides()