Home
last modified time | relevance | path

Searched refs:t3 (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_tick_count.cpp79 oneapi::tbb::tick_count t3 = oneapi::tbb::tick_count::now(); variable
83 interval_type j = t3 - t2;
84 interval_type k = t3 - t1;
/oneTBB/test/tbb/
H A Dtest_queue_node.cpp309 touches< T > t3( num_threads ); in test_parallel() local
310 utils::NativeParallelFor( num_threads, parallel_gets<T>(q3, t3) ); in test_parallel()
312 CHECK_MESSAGE( t3.validate_touches(), "" ); in test_parallel()
H A Dtest_join_node.h1708 CheckTupleType t3;
1709 CHECK_MESSAGE( (!checkTupleQueue0.try_get(t3)), "Object in output queue");
1710 CHECK_MESSAGE( (!checkTupleQueue1.try_get(t3)), "Object in output queue");