Home
last modified time | relevance | path

Searched refs:o1 (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_overwrite_node.cpp174 overwrite_node o1(follows(b1)); in test_deduction_guides() local
175 static_assert(std::is_same_v<decltype(o1), overwrite_node<int>>); in test_deduction_guides()
H A Dtest_task_arena.cpp187 …ArenaObserver o1(a1, 1, 0, idx*2+1); // the last argument is a "unique" observer/arena id for the … in TestConcurrentArenasFunc() local
188 CHECK_MESSAGE(o1.is_observing(), "Arena observer has not been activated"); in TestConcurrentArenasFunc()