Searched refs:allThreadsParked (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp208 bool allThreadsParked() { return m_parkedAllThreads; } function in class:blink::TestGCScope
230 EXPECT_TRUE(scope.allThreadsParked());
3323 EXPECT_TRUE(scope.allThreadsParked()); // Fail the test if we could not park all threads.
3342 EXPECT_TRUE(scope.allThreadsParked());
3967 EXPECT_FALSE(scope.allThreadsParked());
3983 EXPECT_TRUE(scope.allThreadsParked());
H A DHeap.cpp397 bool allThreadsParked() { return m_parkedAllThreads; } function in class:blink::GCScope
2347 if (!gcScope.allThreadsParked()) {

Completed in 76 milliseconds