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

/systemd/src/test/
H A Dtest-barrier.c50 static void sleep_for(usec_t usecs) { function
111 * The timeout makes sure the sync works as expected. The sleep_for() on one side
113 * to the sleep_for(), we know that the parent already exited, thus there's a
121 sleep_for(BASE_TIME * 2);
141 sleep_for(BASE_TIME);
167 sleep_for(BASE_TIME);
178 sleep_for(BASE_TIME * 4);
190 sleep_for(BASE_TIME);
203 sleep_for(BASE_TIME * 4);
215 sleep_for(BASE_TIM
[all...]
/systemd/src/shared/
H A Dask-password-api.c282 int sleep_for = -1, k; local
295 sleep_for = (int) ((until - y) / USEC_PER_MSEC);
304 k = poll(pollfd, notify >= 0 ? 2 : 1, sleep_for);
/systemd/src/tty-ask-password-agent/
H A Dtty-ask-password-agent.c119 int sleep_for = -1, j; local
131 sleep_for = (int) ((until - y) / USEC_PER_MSEC);
139 j = poll(pollfd, notify >= 0 ? 2 : 1, sleep_for);

Completed in 624 milliseconds