Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp1273 void bounded_queue_specific_test(oneapi::tbb::concurrent_queue<T, A> &, const std::vector<T> &) { /… in bounded_queue_specific_test() function
1276 void bounded_queue_specific_test(oneapi::tbb::concurrent_bounded_queue<T, A> &q, const std::vector<… in bounded_queue_specific_test() function
1300 bounded_queue_specific_test(queue, v); in TestQueueOperabilityAfterDataMove()