Searched defs:pselect (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/bionic/
H A Dpoll.cpp85 int pselect(int fd_count, fd_set* read_fds, fd_set* write_fds, fd_set* error_fds, function
/bionic/libc/dns/resolv/
H A Dres_send.c154 static int pselect(int, void *, void *, void *,
1041 n = pselect(sock + 1, readset, writeset, NULL, &timeout, NULL);
1377 pselect(int nfds, void *rfds, void *wfds, void *efds, function

Completed in 75 milliseconds