Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTEvent.h184 struct timeval tv; in Wait() local
185 gettimeofday(&tv, NULL); in Wait()
187 …nt64_t nanoseconds = ((uint64_t) tv.tv_sec) * 1000 * 1000 * 1000 + (uint64_t)milliseconds * 1000 *… in Wait()