Searched refs:readerCtx (Results 1 – 1 of 1) sorted by relevance
169 TaskContext readerCtx; in testFullQueueIo() local170 readerCtx.success = true; in testFullQueueIo()171 readerCtx.queue = queue; in testFullQueueIo()178 pthread_create(&reader, NULL, fullQueueReaderTask, &readerCtx); in testFullQueueIo()184 if (!readerCtx.success || !writerCtx.success) return false; in testFullQueueIo()