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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h632 Mutex& sweepMutex() { return m_sweepMutex; }
717 Mutex m_sweepMutex; member in class:blink::ThreadState
H A DThreadState.cpp1039 MutexLocker locker(m_sweepMutex);
1045 MutexLocker locker(m_sweepMutex);
1053 MutexLocker locker(m_sweepMutex);
1055 m_sweepThreadCondition.wait(m_sweepMutex);

Completed in 75 milliseconds