Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpoll.cpp66 timespec* mutable_ts_ptr = nullptr; in ppoll64() local
69 mutable_ts_ptr = &mutable_ts; in ppoll64()
79 return __ppoll(fds, fd_count, mutable_ts_ptr, mutable_ss_ptr, sizeof(*mutable_ss_ptr)); in ppoll64()
116 timespec* mutable_ts_ptr = nullptr; in pselect64() local
119 mutable_ts_ptr = &mutable_ts; in pselect64()
139 return __pselect6(fd_count, read_fds, write_fds, error_fds, mutable_ts_ptr, &extra_data); in pselect64()