Lines Matching refs:marl
22 marl::UnboundedPool<int> pool; in TEST_P()
26 marl::BoundedPool<int, 10> pool; in TEST_P()
30 marl::UnboundedPool<int> pool; in TEST_P()
37 marl::UnboundedPool<int> pool; in TEST_P()
39 marl::WaitGroup wg(iterations); in TEST_P()
41 marl::schedule([=] { in TEST_P()
50 marl::BoundedPool<int, 100> pool; in TEST_P()
57 marl::BoundedPool<int, 10> pool; in TEST_P()
59 marl::WaitGroup wg(iterations); in TEST_P()
61 marl::schedule([=] { in TEST_P()
85 marl::UnboundedPool<CtorDtorCounter, marl::PoolPolicy::Reconstruct> pool; in TEST_P()
106 marl::BoundedPool<CtorDtorCounter, 10, marl::PoolPolicy::Reconstruct> pool; in TEST_P()
128 marl::UnboundedPool<CtorDtorCounter, marl::PoolPolicy::Preserve> pool; in TEST_P()
152 marl::BoundedPool<CtorDtorCounter, 10, marl::PoolPolicy::Preserve> pool; in TEST_P()
179 marl::BoundedPool<StructWithAlignment, 100> pool; in TEST_P()
189 marl::UnboundedPool<StructWithAlignment> pool; in TEST_P()