Searched refs:current_usec (Results 1 - 1 of 1) sorted by relevance

/systemd/src/nspawn/
H A Dnspawn-stub-pid1.c88 usec_t current_usec; local
97 current_usec = now(CLOCK_MONOTONIC);
99 if (si.si_pid == pid || current_usec >= quit_usec) {
126 r = sigtimedwait(&waitmask, &si, timespec_store(&ts, quit_usec - current_usec));

Completed in 782 milliseconds