Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpoll.cpp43 timespec* ts_ptr = nullptr; in poll() local
46 ts_ptr = &ts; in poll()
48 return __ppoll(fds, fd_count, ts_ptr, nullptr, 0); in poll()
84 timespec* ts_ptr = nullptr; in select() local
90 ts_ptr = &ts; in select()
92 int result = __pselect6(fd_count, read_fds, write_fds, error_fds, ts_ptr, nullptr); in select()