Home | History | Annotate | Download | only in dhcpcd

Lines Matching defs:ts

723 	struct timespec ts;
733 ts.tv_sec = RELEASE_DELAY_S;
734 ts.tv_nsec = RELEASE_DELAY_NS;
735 nanosleep(&ts, NULL);
1751 struct timespec ts;
1947 ts.tv_sec = 0;
1948 ts.tv_nsec = 100000000; /* 10th of a second */
1950 nanosleep(&ts, NULL);
2089 ts.tv_sec = 1;
2090 ts.tv_nsec = 0;
2091 nanosleep(&ts, NULL);