Home
last modified time | relevance | path

Searched refs:writerCtx (Results 1 – 1 of 1) sorted by relevance

/hardware/libhardware/modules/sensors/tests/
DSensorEventQueue_test.cpp173 TaskContext writerCtx; in testFullQueueIo() local
174 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()