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

/macosx-10.10/system_cmds-643.1.1/shutdown.tproj/
H A Dshutdown.c304 u_int sltime; local
323 if ((sltime = offset - tp->timeleft)) {
324 if (sltime > (u_int)(tp->timetowait / 5))
326 (void)sleep(sltime);

Completed in 339 milliseconds