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

  /src/lib/libc/compat/sys/
compat_select.c 52 __warn_references(pselect,
53 "warning: reference to compatibility pselect(); include <sys/select.h> to generate correct reference")
58 __weak_alias(pselect, _pselect)
91 pselect(int nfds, fd_set * __restrict readfds, fd_set * __restrict writefds, function in typeref:typename:int
  /src/lib/libc/resolv/
res_send.c 189 static int pselect(int, void *, void *, void *,
1000 n = pselect(s + 1, &dsmask, NULL, NULL, &timeout, NULL);
1204 pselect(int nfds, void *rfds, void *wfds, void *efds, function in typeref:typename:int
  /src/lib/libc/include/
namespace.h 573 #define pselect _pselect macro

Completed in 13 milliseconds