Searched defs:pselect (Results 1 - 2 of 2) sorted by relevance
/bionic/libc/bionic/ |
H A D | poll.cpp | 85 int pselect(int fd_count, fd_set* read_fds, fd_set* write_fds, fd_set* error_fds, function
|
/bionic/libc/dns/resolv/ |
H A D | res_send.c | 153 static int pselect(int, void *, void *, void *, 1044 n = pselect(sock + 1, readset, writeset, NULL, &timeout, NULL); 1371 pselect(int nfds, void *rfds, void *wfds, void *efds, function
|
Completed in 317 milliseconds