Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpoll.cpp59 timespec mutable_ts; in ppoll64() local
62 mutable_ts = *ts; in ppoll64()
63 mutable_ts_ptr = &mutable_ts; in ppoll64()
103 timespec mutable_ts; in pselect64() local
106 mutable_ts = *ts; in pselect64()
107 mutable_ts_ptr = &mutable_ts; in pselect64()