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

/systemd/src/initctl/
H A Dinitctl.c42 #define TIMEOUT_MSEC ((int) (DEFAULT_EXIT_USEC/USEC_PER_MSEC)) macro
401 k = epoll_wait(server.epoll_fd, &event, 1, TIMEOUT_MSEC);
/systemd/src/shared/
H A Dutmp-wtmp.c321 #define TIMEOUT_MSEC 50 macro
339 end = now(CLOCK_MONOTONIC) + TIMEOUT_MSEC*USEC_PER_MSEC;

Completed in 1059 milliseconds