Searched refs:ptimeval (Results 1 – 2 of 2) sorted by relevance
70 struct timeval ptimeval; in getMilliseconds() local71 gettimeofday(&ptimeval, NULL); in getMilliseconds()72 return (uint32_t)((ptimeval.tv_sec * 1000) + (ptimeval.tv_usec / 1000)); in getMilliseconds()