Home
last modified time | relevance | path

Searched refs:stop_time (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dtimevar.c224 struct timevar_time_def *stop_time) in timevar_accumulate() argument
226 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()
/freebsd-9-stable/contrib/gdb/gdb/
Dremote-rdp.c262 time_t stop_time = now + 10; /* Try and sync for 10 seconds, then give up */ in rdp_init() local
265 while (time (0) < stop_time && !sync) in rdp_init()