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

  /src/external/bsd/ntp/dist/include/
ntpsim.h 39 #define SIM_TIME 86400 /* end simulation time */
112 double sim_time; /* Time in the simulation */ member in struct:Sim_Info
  /src/external/bsd/ntp/dist/ntpd/
ntpsim.c 119 simulation.sim_time = 0;
120 simulation.end_time = SIM_TIME;
160 enqueue(event_queue, event(simulation.sim_time + 1.0, TIMER));
165 /* maxtime = simulation.sim_time + simulation.end_time;*/
166 while (simulation.sim_time <= simulation.end_time &&
248 event(simulation.sim_time + (1 << EVENT_TIMEOUT), TIMER));
367 if (curr_script->duration > simulation.sim_time &&
393 time_gap = e->time - simulation.sim_time;
396 printf("WARNING: e->time %.6g comes before sim_time %.6g (gap %+.6g)\n",
397 e->time, simulation.sim_time, time_gap)
    [all...]

Completed in 27 milliseconds