Home | History | Annotate | Download | only in utils

Lines Matching defs:ts

1070 	struct timespec ts;
1117 ts.tv_sec = tv.sec;
1118 ts.tv_nsec = tv.usec * 1000L;
1151 timeout ? &ts : NULL);