HomeSort by: relevance | last modified time | path
    Searched defs:test_pollfd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/guile/
scm-ports.c 235 struct pollfd test_pollfd = { fdes, POLLIN, 0 };
237 if (poll (&test_pollfd, 1, 0) == 1 && (test_pollfd.revents & POLLNVAL))
233 struct pollfd test_pollfd = { fdes, POLLIN, 0 }; local
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-ports.c 235 struct pollfd test_pollfd = { fdes, POLLIN, 0 };
237 if (poll (&test_pollfd, 1, 0) == 1 && (test_pollfd.revents & POLLNVAL))
233 struct pollfd test_pollfd = { fdes, POLLIN, 0 }; local

Completed in 29 milliseconds