Searched refs:totalWrites (Results 1 – 1 of 1) sorted by relevance
109 int totalWrites = 0; in fullQueueWriterTask() local112 while (totalWrites < FULL_QUEUE_EVENT_COUNT) { in fullQueueWriterTask()120 totalWrites += writableSize; in fullQueueWriterTask()130 checkInt("totalWrites", FULL_QUEUE_EVENT_COUNT, totalWrites) && in fullQueueWriterTask()139 int totalWrites = totalReads + queueSize; in fullQueueReaderShouldRead() local140 return queueSize == FULL_QUEUE_CAPACITY || totalWrites == FULL_QUEUE_EVENT_COUNT; in fullQueueReaderShouldRead()