Searched refs:timespec (Results 1 – 11 of 11) sorted by relevance
68 extern "C" int __nanosleep(const struct timespec*, struct timespec*);108 timespec __ts; in _S_nsec_sleep()
115 struct timespec rqtp = { 0, 0 }; in yield()
58 timespec ts; in __do_timed_wait()
120 struct timespec tp; in now()
113 timespec ts; in sleep_for()
30 struct timespec ts; in now_ms()
803 struct timespec timespec; in file_timestamp_now() local804 if (clock_gettime (CLOCK_REALTIME, ×pec) == 0) in file_timestamp_now()807 s = timespec.tv_sec; in file_timestamp_now()808 ns = timespec.tv_nsec; in file_timestamp_now()
1189 const timespec time = {
1305 struct timespec ts; in now_us()
2413 struct timespec ts; in now_us()
326 struct timespec tp;