Home
last modified time | relevance | path

Searched refs:tValEnd (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_m/testsuites/unittest/xts/time/
H A Dclock_time_test.c92 struct timeval tValEnd = {0}; variable
97 int ret2 = gettimeofday(&tValEnd, &tZone);
101 ret = (int)(tValEnd.tv_sec - tValStart.tv_sec);
104 ret = (int)(tValEnd.tv_sec - tValStart.tv_sec);
120 struct timeval tValEnd = {0}; variable
126 int ret3 = gettimeofday(&tValEnd, NULL);
132 ret = (int)(tValEnd.tv_sec - tValStart.tv_sec);
135 ret = (int)(tValEnd.tv_sec - tValStart.tv_sec);

Completed in 1 milliseconds