Home
last modified time | relevance | path

Searched refs:real_start_time (Results 1 – 13 of 13) sorted by last modified time

/dports/net-mgmt/nagios/nagios-3.5.1/cgi/
H A Dtrends.c2044 void graph_trend_data(int first_state, int last_state, time_t real_start_time, time_t start_time, t… in graph_trend_data() argument
2273 snprintf(start_timestring, sizeof(start_timestring) - 1, "%s", ctime(&real_start_time)); in graph_trend_data()
H A Davail.c1981 void compute_subject_availability_times(int first_state, int last_state, time_t real_start_time, ti… in compute_subject_availability_times() argument
/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Danimation_component.cpp114 const int real_start_time = start_time == INT_MAX ? anim_->get_begin_time() : start_time; in start_animation() local
115 anim_->start_animation(real_start_time, u_.loc_, u_.loc_.get_direction(u_.facing_), in start_animation()
/dports/net-mgmt/nagios4/nagios-4.4.6/cgi/
H A Davail.c1956 void compute_subject_availability_times(int first_state, int last_state, time_t real_start_time, ti… in compute_subject_availability_times() argument
H A Dtrends.c2069 void graph_trend_data(int first_state, int last_state, time_t real_start_time, time_t start_time, t… in graph_trend_data() argument
2295 snprintf(start_timestring, sizeof(start_timestring) - 1, "%s", ctime(&real_start_time)); in graph_trend_data()
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dphotorec.c768 params->real_start_time=time(NULL); in params_reset()
H A Dfat_unformat.c362 if(current_time > params->real_start_time) in fat_unformat_aux()
364 const time_t elapsed_time=current_time - params->real_start_time; in fat_unformat_aux()
H A Dphrecn.c417 (unsigned)((current_time-params->real_start_time)/60/60), in photorec()
418 (unsigned)((current_time-params->real_start_time)/60%60), in photorec()
419 (unsigned)((current_time-params->real_start_time)%60)); in photorec()
H A Dphnc.c107 if(current_time > params->real_start_time) in photorec_progressbar()
109 const time_t elapsed_time=current_time - params->real_start_time; in photorec_progressbar()
H A Dphotorec.h58 time_t real_start_time; member
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A DChangeLog6777 (real_start_time): return the real start time of a thread or process
H A Dtime.d66 local /*maygc*/ bool real_start_time(object thread, internal_time_t *tp) { in real_start_time() function
243 if (real_start_time(thread, &real_start)) { in get_running_times_helper()
/dports/games/lincity/lincity-1.13.1/
H A Dtimer.c40 int real_start_time; variable
89 real_start_time = lc_timeval.tv_sec; in reset_start_time()
102 real_time = (lc_timeval.tv_sec - real_start_time) * 1000 in get_real_time()