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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c165 * TWARN The amount of time between warning signal, SIGTERM,
168 #define TWARN 5 macro
1065 * TWARN seconds.
1097 * are found that haven't left yet, sleep for TWARN seconds and
1103 * Set the alarm for TWARN seconds on the assumption
1106 * wakeup in TWARN seconds whether we need to or not.
1108 setimer(TWARN);
1118 * TWARN time hasn't expired yet, wait for process
1910 * first using SIGTERM and if it refuses to die in TWARN
1914 (void) timer(TWARN);
[all...]

Completed in 51 milliseconds