Home | History | Annotate | Download | only in ppoll

Lines Matching defs:ts

50 	struct timespec *ts;	   /* ts ppoll parameter */
101 .ts = &ts_long,
110 .ts = &ts_short,
120 .ts = &ts_short,
129 .ts = &ts_long,
137 .ts = &ts_long,
149 .ts = &ts_long,
159 .ts = &ts_long,
167 .ts = &ts_long,
214 struct timespec ts, *tsp = NULL;
216 if (tc->ts) {
217 memcpy(&ts, tc->ts, sizeof(ts));
218 tsp = &ts;