Home | History | Annotate | Download | only in src

Lines Matching refs:usertime

574   uint64_t usertime;
578 reinterpret_cast<FILETIME*>(&usertime))) return -1;
581 usertime /= 10;
584 *secs = static_cast<uint32_t>(usertime / 1000000);
585 *usecs = static_cast<uint32_t>(usertime % 1000000);