Home
last modified time | relevance | path

Searched refs:CLOCK_TICK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.h142 #define CLOCK_TICK 10 /* no. seconds between alarms */ macro
143 #define MINUTE (60/CLOCK_TICK) /* number of ticks per minute */
H A Dschedule.c227 alarm (CLOCK_TICK); in schedule()
306 alarm (CLOCK_TICK); in schedule()