Searched refs:ts_e (Results 1 – 1 of 1) sorted by relevance
140 struct timespec ts, ts_s, ts_e; in wait_thread() local161 clock_gettime(CLOCK_REALTIME, &ts_e); in wait_thread()162 tm_info = localtime(&ts_e.tv_sec); in wait_thread()165 mpp_logi("Timeout expired at %s.%09ld.\n", time_str, ts_e.tv_nsec); in wait_thread()167 if ((ts_e.tv_sec - ts_s.tv_sec) != 1) in wait_thread()