Searched refs:time_state (Results 1 – 4 of 4) sorted by relevance
45 static char time_state; variable94 if(time_state&SIGALRM_CALL) in sigalrm()95 time_state &= ~SIGALRM_CALL; in sigalrm()98 if(time_state) in sigalrm()100 if(time_state&IN_ADDTIMEOUT) in sigalrm()101 time_state |= DEFER_SIGALRM; in sigalrm()105 time_state |= IN_SIGALRM; in sigalrm()161 time_state &= ~IN_SIGALRM; in sigalrm()163 time_state |= IN_SIGALRM; in sigalrm()170 time_state &= ~IN_SIGALRM; in sigalrm()[all …]
138 return (time_state); in ntp_gettime()235 return (time_state); in ntp_adjtime()
141 int32_t time_state = TIME_OK; /* clock state */ variable671 switch (time_state) { in clock()675 time_state = TIME_INS; in clock()677 time_state = TIME_DEL; in clock()685 time_state = TIME_OOP; in clock()694 time_state = TIME_WAIT; in clock()699 time_state = TIME_WAIT; in clock()704 time_state = TIME_OK; in clock()
248 extern int32_t time_state; /* clock state */