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 …]
135 return (time_state); in ntp_gettime()215 return (time_state); in ntp_adjtime()
139 int32_t time_state = TIME_OK; /* clock state */ variable667 switch (time_state) { in clock()671 time_state = TIME_INS; in clock()673 time_state = TIME_DEL; in clock()681 time_state = TIME_OOP; in clock()690 time_state = TIME_WAIT; in clock()695 time_state = TIME_WAIT; in clock()700 time_state = TIME_OK; in clock()
248 extern int32_t time_state; /* clock state */