Home
last modified time | relevance | path

Searched refs:pselect (Results 1 – 4 of 4) sorted by relevance

/misc/
A Dpselect.c34 weak_alias (__pselect, pselect)
35 stub_warning (pselect)
A Dtst-pselect.c83 e = pselect (fds[0][0] + 1, &rfds, NULL, NULL, &to, &ss); in test_pselect_basic()
102 int e = pselect (fds[1][0] + 1, &rfds, NULL, NULL, NULL, &ss); in test_pselect_basic()
125 TEST_COMPARE (pselect (fds[0] + 1, &rfds, NULL, NULL, &ts, &ss), -1); in test_pselect_large_timeout()
A DMakefile51 select pselect \
87 tst-error1 tst-pselect tst-insremque tst-mntent2 bug-hsearch1 \
97 tst-pselect-time64 \
121 CFLAGS-pselect.c += -fexceptions
178 $(objpfx)tst-pselect: $(librt)
179 $(objpfx)tst-pselect-time64: $(librt)
/misc/sys/
A Dselect.h127 extern int pselect (int __nfds, fd_set *__restrict __readfds,
134 extern int __REDIRECT (pselect,
142 # define pselect __pselect64 macro

Completed in 8 milliseconds