Lines Matching full:posixtime
199 struct timeval posixTime;
200 gettimeofday(&posixTime, NULL);
201 return (UDate)(((int64_t)posixTime.tv_sec * U_MILLIS_PER_SECOND) + (posixTime.tv_usec/1000));
270 struct timeval posixTime;
271 gettimeofday(&posixTime, NULL);
272 return (UDate)(((int64_t)posixTime.tv_sec * U_MILLIS_PER_SECOND) + (posixTime.tv_usec/1000));