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

  /external/skia/src/core/
SkSharedMutex.h 59 SkSemaphore fExclusiveQueue;
63 SkSemaphore fExclusiveQueue;
SkSharedMutex.cpp 144 fExclusiveQueue.wait();
177 fExclusiveQueue.signal();
230 fExclusiveQueue.signal();
272 fExclusiveQueue.wait();
313 fExclusiveQueue.signal();
350 fExclusiveQueue.signal();
  /external/skqp/src/core/
SkSharedMutex.h 59 SkSemaphore fExclusiveQueue;
63 SkSemaphore fExclusiveQueue;
SkSharedMutex.cpp 144 fExclusiveQueue.wait();
177 fExclusiveQueue.signal();
230 fExclusiveQueue.signal();
272 fExclusiveQueue.wait();
313 fExclusiveQueue.signal();
350 fExclusiveQueue.signal();

Completed in 185 milliseconds