Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 3 of 3) sorted by relevance

/sunrpc/
A Dtst-udp-nonblocking.c151 struct timespec ts; in get_ticks() local
152 if (clock_gettime (CLOCK_MONOTONIC, &ts) == 0) in get_ticks()
153 return ts.tv_sec + ts.tv_nsec * 1e-9; in get_ticks()
A Dtst-udp-timeout.c244 struct timespec ts; in get_ticks() local
245 if (clock_gettime (CLOCK_MONOTONIC, &ts) == 0) in get_ticks()
246 return ts.tv_sec + ts.tv_nsec * 1e-9; in get_ticks()
A Dsvc.c550 struct timespec ts = { .tv_sec = 0, .tv_nsec = 50000000 }; in libc_hidden_nolink_sunrpc() local
551 __nanosleep (&ts, NULL); in libc_hidden_nolink_sunrpc()

Completed in 8 milliseconds