Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Dtime-util.h64 struct timespec *timespec_store(struct timespec *ts, usec_t u);
Dtime-util.c52 struct timespec *timespec_store(struct timespec *ts, usec_t u) { in timespec_store() function
Dutil.c1016 timespec_store(&ts[0], stamp); in touch_file()
1118 r = ppoll(&pollfd, 1, t == USEC_INFINITY ? NULL : timespec_store(&ts, t), NULL); in fd_wait_for_event()
1121 r = ppoll_fallback(&pollfd, 1, t == USEC_INFINITY ? NULL : timespec_store(&ts, t), NULL); in fd_wait_for_event()