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

  /bionic/libc/bionic/
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/
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
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 471 #define pselect(...) (pthread_testcancel(), pselect(__VA_ARGS__)) macro
    [all...]

Completed in 109 milliseconds