Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/
DRunLoop.cpp314 int pollRes = 0; in run() local
320 pollRes = poll( in run()
326 if (pollRes < 0) { in run()
346 if (pollRes > 0) { in run()
357 --pollRes; in run()
363 for (size_t i = pollFds.size(); pollRes && i-- > 1;) { in run()
368 --pollRes; in run()