Home | History | Annotate | Download | only in sys

Lines Matching defs:tsn

62 	struct timespec ts1, ts2, tsn;
67 tsn.tv_sec = 0;
68 tsn.tv_nsec = i;
74 ATF_REQUIRE(nanosleep(&tsn, NULL) == 0);
86 (unsigned long long)tsn.tv_sec, tsn.tv_nsec,
91 "(resolution = %lu nsec)", tsn.tv_nsec);
134 struct timespec tsn, tsr;
151 tsn.tv_sec = 10;
152 tsn.tv_nsec = 0;
159 if (nanosleep(&tsn, &tsr) != -1)