Searched refs:timespec_store (Results 1 – 3 of 3) sorted by relevance
/third_party/eudev/src/shared/ |
D | time-util.h | 64 struct timespec *timespec_store(struct timespec *ts, usec_t u);
|
D | time-util.c | 52 struct timespec *timespec_store(struct timespec *ts, usec_t u) { in timespec_store() function
|
D | util.c | 1016 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()
|