Home
last modified time | relevance | path

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

/dports/databases/mysql55-client/mysql-5.5.62/storage/innobase/sync/
H A Dsync0sync.c493 ib_int64_t lstart_time = 0, lfinish_time; /* for timing os_wait */ in mutex_spin_wait() local
534 lstart_time= (ib_int64_t)sec * 1000000 + ms; in mutex_spin_wait()
637 lstart_time= (ib_int64_t)sec * 1000000 + ms; in mutex_spin_wait()
652 ltime_diff= (ulint) (lfinish_time - lstart_time); in mutex_spin_wait()
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DNextEvent.c149 struct timeval new_time, time_spent, lstart_time; in AdjustHowLong() local
151 lstart_time = *start_time; in AdjustHowLong()
154 TIMEDELTA(time_spent, new_time, lstart_time); in AdjustHowLong()