Searched refs:s8 (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_sequencer_node.cpp | 362 tbb::flow::sequencer_node<T> s8(g, seq_inspector<T>()); in test_serial() local 364 tbb::flow::make_edge( s7, s8 ); in test_serial() 373 CHECK_MESSAGE( wait_try_get( g, s8, j ) == true, "" ); in test_serial() 379 CHECK_MESSAGE( wait_try_get( g, s8, j ) == false, "" ); in test_serial() 387 CHECK_MESSAGE( wait_try_get( g, s8, j ) == false, "" ); in test_serial()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_unordered_set.cpp | 172 TSet s8(l, 5, degenerate_hash<ComplexType>()); in test_deduction_guides() local 173 … static_assert(std::is_same<decltype(s8), TSet<ComplexType, degenerate_hash<ComplexType>>>::value); in test_deduction_guides()
|