HomeSort by relevance Sort by last modified time
    Searched refs:m_atomicSync (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
BaseTile.cpp 124 android::AutoMutex lock(m_atomicSync);
136 android::AutoMutex lock(m_atomicSync);
156 android::AutoMutex lock(m_atomicSync);
182 android::AutoMutex lock(m_atomicSync);
231 android::AutoMutex lock(m_atomicSync);
237 android::AutoMutex lock(m_atomicSync);
243 android::AutoMutex lock(m_atomicSync);
258 m_atomicSync.lock();
260 m_atomicSync.unlock();
289 android::AutoMutex lock(m_atomicSync);
    [all...]
BaseTile.h 186 android::Mutex m_atomicSync;
LayerAndroid.cpp 685 m_atomicSync.lock();
704 m_atomicSync.unlock();
720 m_atomicSync.lock();
722 m_atomicSync.unlock();
959 android::AutoMutex lock(m_atomicSync);
    [all...]
LayerAndroid.h 407 android::Mutex m_atomicSync;

Completed in 29 milliseconds