Searched refs:writerThread (Results 1 – 1 of 1) sorted by relevance
221 pthread_t writerThread; in addSubHwDevice() local222 pthread_create(&writerThread, NULL, writerTask, taskContext); in addSubHwDevice()223 this->threads.push_back(writerThread); in addSubHwDevice()