HomeSort by: relevance | last modified time | path
    Searched defs:setitimer (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/compat/sys/
compat_itimer.c 48 __warn_references(setitimer,
49 "warning: reference to compatibility setitimer(); include <sys/time.h> to generate correct reference")
52 setitimer(int timerid, const struct itimerval50 * __restrict tim50, function
  /src/external/bsd/ntp/dist/libntp/
machines.c 196 * Setitimer emulation support. Note that we implement this using alarm(),
202 * calling setitimer(). If it should ever to become necessary to support
203 * sigaction(SIGALRM) after calling setitimer(), it will be necessary to trap
211 * Some global data that needs to be shared between setitimer() and
217 unsigned long interval_msec; /* next alarm() value from setitimer */
218 unsigned long value_msec; /* first alarm() value from setitimer */
220 struct sigaction oldact; /* SIGALRM state saved by setitimer */
230 * The SIGALRM handler routine enabled by setitimer(). Re-enable the alarm or
261 * Our implementation of setitimer().
265 setitimer(int which, struct itimerval *value function
    [all...]

Completed in 23 milliseconds