Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/test/
H A Dmpp_runtime_test.c142 struct tm *tm_info; in wait_thread() local
150 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()