Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp1043 oneapi::tbb::concurrent_bounded_queue<int> iq4; in TestAbort() local
1046 iq4.set_capacity(cap); in TestAbort()
1052 SimplePushBody my_push_body2(&iq4, nthreads); in TestAbort()
1057 SimplePopBody my_pop_body(&iq4, nthreads, num_pushed); in TestAbort()
1064 while (iq4.try_pop(e)) ; in TestAbort()