Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp1007 oneapi::tbb::concurrent_bounded_queue<int> iq2; in TestAbort() local
1008 iq2.set_capacity(2); in TestAbort()
1014 SimplePushBody my_push_body2(&iq2, nthreads); in TestAbort()
1020 while (iq2.try_pop(e)) ; in TestAbort()