Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp933 std::atomic<std::size_t> failed_pushes; variable
954 ++failed_pushes; in operator ()()
993 failed_pushes.store(0, std::memory_order_relaxed); in TestAbort()
998 …REQUIRE_MESSAGE(failed_pushes == nthreads, "All threads should have failed to push an element to z… in TestAbort()
1012 failed_pushes.store(0, std::memory_order_relaxed); in TestAbort()
1018 …REQUIRE_MESSAGE(failed_pushes == nthreads - 2, "nthreads-2 threads should have failed to push an e… in TestAbort()
1028 failed_pushes.store(0, std::memory_order_relaxed); in TestAbort()
1050 failed_pushes.store(0, std::memory_order_relaxed); in TestAbort()
1056 …REQUIRE_MESSAGE(failed_pushes == nthreads-cap, "nthreads-cap threads should have failed to push an… in TestAbort()