Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpoll.cpp65 timespec mutable_ts; in ppoll64() local
68 mutable_ts = *ts; in ppoll64()
69 mutable_ts_ptr = &mutable_ts; in ppoll64()
115 timespec mutable_ts; in pselect64() local
118 mutable_ts = *ts; in pselect64()
119 mutable_ts_ptr = &mutable_ts; in pselect64()