Home
last modified time | relevance | path

Searched refs:pollfds (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_surface/sync_fence/src/
H A Dsync_fence.cpp72 struct pollfd pollfds = {0}; in Wait() local
73 pollfds.fd = fenceFd_; in Wait()
74 pollfds.events = POLLIN; in Wait()
77 retCode = poll(&pollfds, 1, timeout); in Wait()
85 if (pollfds.revents & (POLLERR | POLLNVAL)) { in Wait()

Completed in 1 milliseconds