Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/test/
H A Dmpp_runtime_test.c140 struct timespec ts, ts_s, ts_e; in wait_thread() local
147 clock_gettime(CLOCK_REALTIME, &ts_s); in wait_thread()
150 tm_info = localtime(&ts_s.tv_sec); in wait_thread()
153 mpp_logi("Current time is: %s.%08ld.\n", time_str, ts_s.tv_nsec); in wait_thread()
167 if ((ts_e.tv_sec - ts_s.tv_sec) != 1) in wait_thread()