Searched refs:ForkCount (Results 1 – 1 of 1) sorted by relevance
446 static std::atomic<long> ForkCount; variable488 ++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()