Searched refs:checkInt (Results 1 – 1 of 1) sorted by relevance
35 bool checkInt(const char* msg, int expected, int actual) { in checkInt() function130 checkInt("totalWrites", FULL_QUEUE_EVENT_COUNT, totalWrites) && in fullQueueWriterTask()131 checkInt("totalWaits", FULL_QUEUE_EVENT_COUNT - FULL_QUEUE_CAPACITY, totalWaits); in fullQueueWriterTask()160 ctx->success = ctx->success && checkInt("totalreads", FULL_QUEUE_EVENT_COUNT, totalReads); in fullQueueReaderTask()