Lines Matching refs:alarm
1063 int left = alarm(0);1069 alarm(left);1199 * XXX: this means the alarm will have no effect if a trap1200 * is caught after the alarm() was started...not good.