Home
last modified time | relevance | path

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

/xen/tools/console/client/
A Dmain.c104 fd_set watch_fdset; in get_pty_fd() local
114 FD_ZERO(&watch_fdset); in get_pty_fd()
115 FD_SET(xs_fd, &watch_fdset); in get_pty_fd()
116 if (select(xs_fd + 1, &watch_fdset, NULL, NULL, &tv)) { in get_pty_fd()

Completed in 2 milliseconds