Searched refs:timeval (Results 1 – 4 of 4) sorted by relevance
35 timespec timeval; in NowInMs() local36 clock_gettime(CLOCK_REALTIME, &timeval); in NowInMs()37 double time = 1000.0 * timeval.tv_sec + (double) timeval.tv_nsec / 1e6; in NowInMs()
193 struct timeval tv; in currentTimeMillis()
161 struct timeval tv; in currentTimeMillis()
1505 struct timeval timeout; in rinfo64()