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

  /src/sbin/amrctl/
amrctl.c 51 #define SLEEPTIME 100000 /* microseconds */
54 static int sleeptime = SLEEPTIME; /* between attempts, in ms */ variable
184 usleep(sleeptime);
631 sleeptime = atoi(optarg);
  /src/external/bsd/ntp/dist/ntpd/
refclock_mx4200.c 118 #define SLEEPTIME 32 /* seconds to wait for reconfig to complete */
317 up->log_time = current_time + SLEEPTIME;
499 up->log_time = current_time + SLEEPTIME;

Completed in 28 milliseconds