Searched refs:threadsFd (Results 1 – 1 of 1) sorted by relevance
69 void workerThread(const int devFd, const int threadsFd, GnssHwListener& listener) { in workerThread() argument77 epollCtlAdd(epollFd.get(), threadsFd); in workerThread()111 } else if (fd == threadsFd) { in workerThread()146 unique_fd threadsFd; in GnssHwConn() local148 &mCallersFd, &threadsFd)) { in GnssHwConn()156 mThread = std::thread([devFd, threadsFd = std::move(threadsFd), &sink, in GnssHwConn()160 workerThread(devFd, threadsFd.get(), listener); in GnssHwConn()