Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_unordered_set.cpp158 TSet s5(v.begin(), v.end(), 5, custom_allocator_type{}); in test_deduction_guides() local
159 static_assert(std::is_same<decltype(s5), TSet<ComplexType, std::hash<ComplexType>, in test_deduction_guides()
200 TSet s14(s5, custom_allocator_type{}); in test_deduction_guides()
202 static_assert(std::is_same<decltype(s14), decltype(s5)>::value); in test_deduction_guides()
209 TSet s16(std::move(s5), custom_allocator_type{}); in test_deduction_guides()
211 static_assert(std::is_same<decltype(s16), decltype(s5)>::value); in test_deduction_guides()
H A Dconformance_input_node.cpp57 input_node s5(precedes(bc), lambda); in test_deduction_guides() local
58 static_assert(std::is_same_v<decltype(s5), input_node<int>>); in test_deduction_guides()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_overload.cpp331 BigStruct *s1, *s2, *s3, *s4, *s5, *s6; in CheckNewDeleteOverload() local
349 s5 = new BigStruct; in CheckNewDeleteOverload()
350 scalableMallocCheckSize(s5, sizeof(BigStruct)); in CheckNewDeleteOverload()
351 operator delete(s5, std::nothrow); in CheckNewDeleteOverload()
/oneTBB/test/tbb/
H A Dtest_sequencer_node.cpp326 tbb::flow::sequencer_node<T> s5(g, seq_inspector<T>()); in test_serial() local
328 tbb::flow::make_edge( s4, s5 ); in test_serial()
337 CHECK_MESSAGE(wait_try_get( g, s5, j ) == true, ""); in test_serial()
343 CHECK_MESSAGE( wait_try_get( g, s5, j ) == false, "" ); in test_serial()
351 CHECK_MESSAGE( wait_try_get( g, s5, j ) == false, "" ); in test_serial()