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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dtimers.c45 static char time_state; variable
94 if(time_state&SIGALRM_CALL)
95 time_state &= ~SIGALRM_CALL;
98 if(time_state)
100 if(time_state&IN_ADDTIMEOUT)
101 time_state |= DEFER_SIGALRM;
105 time_state |= IN_SIGALRM;
161 time_state &= ~IN_SIGALRM;
163 time_state |= IN_SIGALRM;
170 time_state
[all...]

Completed in 25 milliseconds