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

  /external/skia/src/core/
SkSharedMutex.cpp 131 int waitingExclusiveCount;
140 waitingExclusiveCount = fWaitingExclusive->count();
143 if (currentSharedCount > 0 || waitingExclusiveCount > 1) {
219 int waitingExclusiveCount;
226 waitingExclusiveCount = fWaitingExclusive->count();
229 if (0 == currentSharedCount && waitingExclusiveCount > 0) {
  /external/skqp/src/core/
SkSharedMutex.cpp 131 int waitingExclusiveCount;
140 waitingExclusiveCount = fWaitingExclusive->count();
143 if (currentSharedCount > 0 || waitingExclusiveCount > 1) {
219 int waitingExclusiveCount;
226 waitingExclusiveCount = fWaitingExclusive->count();
229 if (0 == currentSharedCount && waitingExclusiveCount > 0) {

Completed in 49 milliseconds