Home
last modified time | relevance | path

Searched refs:signed_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() local
684 if (signed_prefill + 1>= capacity) { in TestPushPop()