Home
last modified time | relevance | path

Searched defs:SafePointBarrier (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
DThreadState.h54 class SafePointBarrier; variable
DThreadState.cpp115 class SafePointBarrier { class
117 SafePointBarrier() : m_canResume(1), m_unparkedThreadCount(0) { } in SafePointBarrier() function in WebCore::SafePointBarrier