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

  /frameworks/base/libs/hwui/renderthread/
RenderProxy.h 107 Mutex mSyncMutex;
RenderProxy.cpp 414 SignalingRenderTask syncTask(task, &mSyncMutex, &mSyncCondition);
415 AutoMutex _lock(mSyncMutex);
417 mSyncCondition.wait(mSyncMutex);

Completed in 276 milliseconds