Searched defs:timestamp_boottime (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-event/
H A Dsd-event.c220 usec_t timestamp_boottime; member in struct:sd_event
2531 e->timestamp_boottime = now(CLOCK_BOOTTIME);
2572 r = process_timer(e, e->timestamp_boottime, &e->boottime);
2584 r = process_timer(e, e->timestamp_boottime, &e->boottime_alarm);
2784 *usec = e->timestamp_boottime;

Completed in 18 milliseconds