Searched refs:ev_events (Results 1 – 2 of 2) sorted by relevance
68 const int ev_events = ev->events; in qemuSensorListenerThread() local71 if (ev_events & (EPOLLERR | EPOLLHUP)) { in qemuSensorListenerThread()73 __func__, __LINE__, ev_events); in qemuSensorListenerThread()75 } else if (ev_events & EPOLLIN) { in qemuSensorListenerThread()79 if (ev_events & (EPOLLERR | EPOLLHUP)) { in qemuSensorListenerThread()81 __func__, __LINE__, ev_events); in qemuSensorListenerThread()83 } else if (ev_events & EPOLLIN) { in qemuSensorListenerThread()
122 const int ev_events = ev->events; in workerThread() local125 if (ev_events & (EPOLLERR | EPOLLHUP)) { in workerThread()127 __PRETTY_FUNCTION__, __LINE__, ev_events); in workerThread()129 } else if (ev_events & EPOLLIN) { in workerThread()145 if (ev_events & (EPOLLERR | EPOLLHUP)) { in workerThread()147 __PRETTY_FUNCTION__, __LINE__, ev_events); in workerThread()149 } else if (ev_events & EPOLLIN) { in workerThread()