Searched refs:time_str (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/osal/test/ |
| H A D | mpp_runtime_test.c | 141 char time_str[64]; in wait_thread() local 151 strftime(time_str, sizeof(time_str), "%Y-%m-%d %H:%M:%S", tm_info); in wait_thread() 153 mpp_logi("Current time is: %s.%08ld.\n", time_str, ts_s.tv_nsec); in wait_thread() 163 strftime(time_str, sizeof(time_str), "%Y-%m-%d %H:%M:%S", tm_info); in wait_thread() 165 mpp_logi("Timeout expired at %s.%09ld.\n", time_str, ts_e.tv_nsec); in wait_thread()
|