HomeSort by relevance Sort by last modified time
    Searched refs:CLOCK_TICK (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
lpsched.h 142 * (For best results, make CLOCK_TICK a factor of 60.)
144 #define CLOCK_TICK 10 /* no. seconds between alarms */
145 #define MINUTE (60/CLOCK_TICK) /* number of ticks per minute */
schedule.c 230 alarm (CLOCK_TICK);
309 alarm (CLOCK_TICK);
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/
res.c 58 #define CLOCK_TICK 100
888 time_diff = (end_time - start_time)/CLOCK_TICK;

Completed in 60 milliseconds