Searched refs:UserTime (Results 1 – 3 of 3) sorted by relevance
155 FILETIME CreationTime, ExitTime, KernelTime, UserTime; in osl_getProcessInfo() local158 &KernelTime, &UserTime)) in osl_getProcessInfo()162 Value = *((__int64 *)&UserTime); in osl_getProcessInfo()163 pInfo->UserTime.Seconds = (unsigned long) (Value / 10000000L); in osl_getProcessInfo()164 pInfo->UserTime.Nanosec = (unsigned long)((Value % 10000000L) * 100); in osl_getProcessInfo()
1325 pInfo->UserTime.Seconds = prstatus.pr_utime.tv_sec; in osl_getProcessInfo()1326 pInfo->UserTime.Nanosec = prstatus.pr_utime.tv_nsec; in osl_getProcessInfo()1356 pInfo->UserTime.Seconds = prstatus.pst_utime; in osl_getProcessInfo()1357 pInfo->UserTime.Nanosec = 500000L; in osl_getProcessInfo()1405 pInfo->UserTime.Seconds = userseconds; in osl_getProcessInfo()1406 pInfo->UserTime.Nanosec = procstat.utime - (userseconds * hz); in osl_getProcessInfo()
97 TimeValue UserTime; member
Completed in 32 milliseconds