Searched refs:TestQueueElements (Results 1 – 1 of 1) sorted by relevance
31 struct TestQueueElements { struct34 TestQueueElements( CQ& q, std::size_t n ) : queue(q), nthread(n) {} in TestQueueElements() argument57 utils::NativeParallelFor(nthread, TestQueueElements<CQ, T>(queue, nthread)); in TestPrimitiveTypes() argument