Lines Matching defs:count
99 for (int i = 0; i < fThreadIDs.count(); ++i) {
112 int count() const {
113 return fThreadIDs.count();
143 currentSharedCount = fCurrentShared->count();
144 waitingExclusiveCount = fWaitingExclusive->count();
165 SkASSERT(0 == fCurrentShared->count());
169 exclusiveWaitingCount = fWaitingExclusive->count();
170 sharedWaitingCount = fWaitingShared->count();
188 SkASSERT(0 == fCurrentShared->count());
198 exclusiveWaitingCount = fWaitingExclusive->count();
229 currentSharedCount = fCurrentShared->count();
230 waitingExclusiveCount = fWaitingExclusive->count();
248 // the log of the count which is 1024.
269 // Increment the count of exclusive queue waiters.
305 // waitingShared count instead of clearing with an &= and then |= the count.
348 // Decrement the shared count.
352 // If shared count is going to zero (because the old count == 1) and there are exclusive