Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp682 std::ptrdiff_t signed_prefill = std::ptrdiff_t(prefill); in TestPushPop()
699 for (typename CQ::size_type i = 0; i < prefill; ++i) { in TestPushPop()
715 int expected = int( nthread * ((M - 1) * M / 2) + ((prefill - 1) * prefill) / 2); in TestPushPop()
716 for (int i = int(prefill); --i>=0;) { in TestPushPop()
731 if (nthread> 1 && prefill == 0) { in TestPushPop()
756 for (std::size_t prefill=0; prefill < 64; prefill += (1 + prefill / 3)) { in TestConcurrentPushPop() local
763 for (std::size_t prefill = 0; prefill < 64; prefill += (1 + prefill / 3) ) { in TestConcurrentPushPop() local
767 move_support_tests::Foo>(prefill, std::ptrdiff_t(1), nthread); in TestConcurrentPushPop()
962 std::ptrdiff_t prefill; member in SimplePopBody
965 : q(_q), max(hi_thr), prefill(nitems) {} in SimplePopBody()
[all …]