Searched refs:stop_time (Results 1 – 2 of 2) sorted by relevance
224 struct timevar_time_def *stop_time) in timevar_accumulate() argument226 timer->user += stop_time->user - start_time->user; in timevar_accumulate()227 timer->sys += stop_time->sys - start_time->sys; in timevar_accumulate()228 timer->wall += stop_time->wall - start_time->wall; in timevar_accumulate()229 timer->ggc_mem += stop_time->ggc_mem - start_time->ggc_mem; in timevar_accumulate()
262 time_t stop_time = now + 10; /* Try and sync for 10 seconds, then give up */ in rdp_init() local265 while (time (0) < stop_time && !sync) in rdp_init()