Searched refs:ts (Results 1 – 3 of 3) sorted by relevance
151 struct timespec ts; in get_ticks() local152 if (clock_gettime (CLOCK_MONOTONIC, &ts) == 0) in get_ticks()153 return ts.tv_sec + ts.tv_nsec * 1e-9; in get_ticks()
244 struct timespec ts; in get_ticks() local245 if (clock_gettime (CLOCK_MONOTONIC, &ts) == 0) in get_ticks()246 return ts.tv_sec + ts.tv_nsec * 1e-9; in get_ticks()
550 struct timespec ts = { .tv_sec = 0, .tv_nsec = 50000000 }; in libc_hidden_nolink_sunrpc() local551 __nanosleep (&ts, NULL); in libc_hidden_nolink_sunrpc()
Completed in 8 milliseconds