Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
Dos390-syscalls.c286 int pollret; in epoll_wait() local
312 pollret = poll(pfds, size, timeout); in epoll_wait()
313 if (pollret <= 0) in epoll_wait()
314 return pollret; in epoll_wait()
318 pollret = _NFDS(pollret) + _NMSGS(pollret); in epoll_wait()
324 i < lst->size && i < maxevents && reventcount < pollret; ++i) { in epoll_wait()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLEyesRenderer.cpp57 int pollret = poll(pfd, 1, -1); in WaitForEvent() local
59 if (pollret != -1 && (pfd[0].revents & POLLIN)) in WaitForEvent()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dilm_control_wayland_platform.c1267 int pollret = poll(pfd, 2, -1); in control_thread() local
1268 if (pollret != -1 && (pfd[0].revents & POLLIN)) in control_thread()
1284 if (pollret == -1) in control_thread()
1289 if (pollret == -1 || (pfd[1].revents & POLLIN)) in control_thread()