Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp591 struct TestNegativeQueueBody { struct
594TestNegativeQueueBody( oneapi::tbb::concurrent_bounded_queue<T>& q, std::size_t n ) : queue(q), nt… in TestNegativeQueueBody() argument
622 utils::NativeParallelFor( nthread, TestNegativeQueueBody<T>(queue,nthread)); in TestNegativeQueue()