Searched defs: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() argument595 void operator()( std::size_t k ) const { in operator ()()