Home
last modified time | relevance | path

Searched refs:TIMESPEC_STORE (Results 1 – 10 of 10) sorted by relevance

/systemd-251/src/shared/
Dclock-util.c163 if (clock_settime(CLOCK_REALTIME, TIMESPEC_STORE(epoch_usec)) < 0) in clock_apply_epoch()
/systemd-251/src/timesync/
Dtimesyncd.c78 if (clock_settime(CLOCK_REALTIME, TIMESPEC_STORE(min)) < 0) in load_clock_timestamp()
/systemd-251/src/nspawn/
Dnspawn-stub-pid1.c146 r = sigtimedwait(&waitmask, &si, TIMESPEC_STORE(quit_usec - current_usec)); in stub_pid1()
/systemd-251/src/basic/
Dtime-util.h118 #define TIMESPEC_STORE(u) timespec_store(&(struct timespec) {}, (u)) macro
Dio-util.c169 r = ppoll(fds, nfds, timeout == USEC_INFINITY ? NULL : TIMESPEC_STORE(timeout), NULL); in ppoll_usec()
Dprocess-util.c812 r = RET_NERRNO(sigtimedwait(&mask, NULL, TIMESPEC_STORE(until - n))); in wait_for_terminate_with_timeout()
/systemd-251/src/udev/
Dudevadm-lock.c285 r = sigtimedwait(&ss, NULL, TIMESPEC_STORE(deadline - n)); in lock_device()
/systemd-251/src/tty-ask-password-agent/
Dtty-ask-password-agent.c611 signum = sigtimedwait(&set, NULL, TIMESPEC_STORE(50 * USEC_PER_MSEC)); in terminate_agents()
/systemd-251/src/core/
Dmain.c1587 if (clock_settime(CLOCK_REALTIME, TIMESPEC_STORE(arg_clock_usec)) < 0) in apply_clock_update()
/systemd-251/src/libsystemd/sd-event/
Dsd-event.c3914 TIMESPEC_STORE(timeout), in epoll_wait_usec()