Home
last modified time | relevance | path

Searched refs:te (Results 1 – 1 of 1) sorted by relevance

/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTUtils.h36 struct timeval te; in GetTimeMicroSeconds() local
37 gettimeofday(&te, nullptr); in GetTimeMicroSeconds()
38 return te.tv_sec * 1000000LL + te.tv_usec; in GetTimeMicroSeconds()