Searched refs:TestNegativeQueueBody (Results 1 – 1 of 1) sorted by relevance
591 struct TestNegativeQueueBody { struct594 …TestNegativeQueueBody( oneapi::tbb::concurrent_bounded_queue<T>& q, std::size_t n ) : queue(q), nt… in TestNegativeQueueBody() argument622 utils::NativeParallelFor( nthread, TestNegativeQueueBody<T>(queue,nthread)); in TestNegativeQueue()