Searched refs:USEC_INFINITY (Results 1 - 3 of 3) sorted by relevance
/third_party/eudev/src/shared/ |
H A D | time-util.c | 42 return USEC_INFINITY; in timespec_load() 45 return USEC_INFINITY; in timespec_load() 55 if (u == USEC_INFINITY) { in timespec_store() 69 if (u == USEC_INFINITY) { in timeval_store() 103 if (t == USEC_INFINITY) { in format_timespan()
|
H A D | time-util.h | 36 #define USEC_INFINITY ((usec_t) -1) macro
|
H A D | util.c | 878 fd_wait_for_event(fd, POLLIN, USEC_INFINITY); in loop_read() 928 fd_wait_for_event(fd, POLLOUT, USEC_INFINITY); in loop_write() 1013 if (stamp != USEC_INFINITY) { in touch_file() 1028 return touch_file(path, false, USEC_INFINITY, UID_INVALID, GID_INVALID, 0); in touch() 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()
|
Completed in 4 milliseconds