HomeSort by relevance Sort by last modified time
    Searched defs:pselect (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
poll.cpp 83 int pselect(int fd_count, fd_set* read_fds, fd_set* write_fds, fd_set* error_fds, function
  /bionic/libc/dns/resolv/
res_send.c 156 static int pselect(int, void *, void *, void *,
1007 n = pselect(sock + 1, readset, writeset, NULL, &timeout, NULL);
1332 pselect(int nfds, void *rfds, void *wfds, void *efds, function
    [all...]

Completed in 54 milliseconds