Searched refs:writerCtx (Results 1 – 1 of 1) sorted by relevance
173 TaskContext writerCtx; in testFullQueueIo() local174 writerCtx.success = true; in testFullQueueIo()175 writerCtx.queue = queue; in testFullQueueIo()179 pthread_create(&writer, NULL, fullQueueWriterTask, &writerCtx); in testFullQueueIo()184 if (!readerCtx.success || !writerCtx.success) return false; in testFullQueueIo()