Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_parallel_reduce.cpp446 static std::atomic<long> ForkCount; variable
488 ++ForkCount; in FooBody()
527 ForkCount = 0; in TestSplitting()
535 if (nthread == 1) REQUIRE_MESSAGE(ForkCount==0, "Body was split during 1 thread execution"); in TestSplitting()