Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpoll.cpp60 timespec* mutable_ts_ptr = nullptr; in ppoll64() local
63 mutable_ts_ptr = &mutable_ts; in ppoll64()
73 return __ppoll(fds, fd_count, mutable_ts_ptr, mutable_ss_ptr, sizeof(*mutable_ss_ptr)); in ppoll64()
104 timespec* mutable_ts_ptr = nullptr; in pselect64() local
107 mutable_ts_ptr = &mutable_ts; in pselect64()
127 return __pselect6(fd_count, read_fds, write_fds, error_fds, mutable_ts_ptr, &extra_data); in pselect64()