Home | History | Annotate | Download | only in src

Lines Matching defs:usertime

590   uint64_t usertime;
594 reinterpret_cast<FILETIME*>(&usertime))) return -1;
597 usertime /= 10;
600 *secs = static_cast<uint32_t>(usertime / 1000000);
601 *usecs = static_cast<uint32_t>(usertime % 1000000);