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

  /external/skia/src/core/
SkSharedMutex.cpp 121 , fWaitingExclusive(new ThreadIDSet)
135 if (!fWaitingExclusive->tryAdd(threadID)) {
140 waitingExclusiveCount = fWaitingExclusive->count();
162 if (!fWaitingExclusive->tryRemove(threadID)) {
165 exclusiveWaitingCount = fWaitingExclusive->count();
185 SkASSERT(fWaitingExclusive->find(threadID));
194 exclusiveWaitingCount = fWaitingExclusive->count();
226 waitingExclusiveCount = fWaitingExclusive->count();
SkSharedMutex.h 54 std::unique_ptr<ThreadIDSet> fWaitingExclusive;
  /external/skqp/src/core/
SkSharedMutex.cpp 121 , fWaitingExclusive(new ThreadIDSet)
135 if (!fWaitingExclusive->tryAdd(threadID)) {
140 waitingExclusiveCount = fWaitingExclusive->count();
162 if (!fWaitingExclusive->tryRemove(threadID)) {
165 exclusiveWaitingCount = fWaitingExclusive->count();
185 SkASSERT(fWaitingExclusive->find(threadID));
194 exclusiveWaitingCount = fWaitingExclusive->count();
226 waitingExclusiveCount = fWaitingExclusive->count();
SkSharedMutex.h 54 std::unique_ptr<ThreadIDSet> fWaitingExclusive;

Completed in 67 milliseconds