Searched refs:FULL_QUEUE_EVENT_COUNT (Results 1 – 1 of 1) sorted by relevance
102 int FULL_QUEUE_EVENT_COUNT = 31; variable112 while (totalWrites < FULL_QUEUE_EVENT_COUNT) { in fullQueueWriterTask()130 checkInt("totalWrites", FULL_QUEUE_EVENT_COUNT, totalWrites) && in fullQueueWriterTask()131 checkInt("totalWaits", FULL_QUEUE_EVENT_COUNT - FULL_QUEUE_CAPACITY, totalWaits); in fullQueueWriterTask()140 return queueSize == FULL_QUEUE_CAPACITY || totalWrites == FULL_QUEUE_EVENT_COUNT; in fullQueueReaderShouldRead()147 while (totalReads < FULL_QUEUE_EVENT_COUNT) { in fullQueueReaderTask()160 ctx->success = ctx->success && checkInt("totalreads", FULL_QUEUE_EVENT_COUNT, totalReads); in fullQueueReaderTask()