Searched refs:taskContext (Results 1 – 1 of 1) sorted by relevance
217 TaskContext* taskContext = new TaskContext(); in addSubHwDevice() local218 taskContext->device = (sensors_poll_device_t*) sub_hw_device; in addSubHwDevice()219 taskContext->queue = queue; in addSubHwDevice()222 pthread_create(&writerThread, NULL, writerTask, taskContext); in addSubHwDevice()