Searched refs:tm_info (Results 1 – 1 of 1) sorted by relevance
142 struct tm *tm_info; in wait_thread() local150 tm_info = localtime(&ts_s.tv_sec); in wait_thread()151 strftime(time_str, sizeof(time_str), "%Y-%m-%d %H:%M:%S", tm_info); in wait_thread()162 tm_info = localtime(&ts_e.tv_sec); in wait_thread()163 strftime(time_str, sizeof(time_str), "%Y-%m-%d %H:%M:%S", tm_info); in wait_thread()