Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dsys_select_test.cpp147 ASSERT_EQ(-1, pselect(-1, &r, &w, &e, nullptr, &ss)); in TEST()
153 int num_fds = pselect(max, &r, &w, &e, nullptr, &ss); in TEST()
165 ASSERT_EQ(-1, pselect(max, &r, &w, &e, &tv, &ss)); in TEST()
175 ASSERT_EQ(1, pselect(fd+1, &r, nullptr, nullptr, &tv, nullptr)); in TEST()
/aosp12/bionic/tests/headers/posix/
H A Dsys_select_h.c60 …FUNCTION(pselect, int (*f)(int, fd_set*, fd_set*, fd_set*, const struct timespec*, const sigset_t*… in sys_select_h()
/aosp12/bionic/libc/include/sys/
H A Dselect.h118 int pselect(int __fd_count, fd_set* __read_fds, fd_set* __write_fds, fd_set* __exception_fds, const…
/aosp12/bionic/libc/bionic/
H A Dpoll.cpp99 int pselect(int fd_count, fd_set* read_fds, fd_set* write_fds, fd_set* error_fds, in pselect() function
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt712 pselect
/aosp12/bionic/libc/
H A Dlibc.map.txt747 pselect;
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt747 pselect;