OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:usrtime
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/tools/timer/
SysTimer_windows.cpp
14
FILETIME
usrTime
;
16
if (0 == GetProcessTimes(GetCurrentProcess(), &createTime, &exitTime, &sysTime, &
usrTime
)) {
23
start_cpu_usr.LowPart =
usrTime
.dwLowDateTime;
24
start_cpu_usr.HighPart =
usrTime
.dwHighDateTime;
/external/skia/tools/timer/
SysTimer_windows.cpp
12
FILETIME
usrTime
;
14
if (0 == GetProcessTimes(GetCurrentProcess(), &createTime, &exitTime, &sysTime, &
usrTime
)) {
21
start_cpu_usr.LowPart =
usrTime
.dwLowDateTime;
22
start_cpu_usr.HighPart =
usrTime
.dwHighDateTime;
/external/mksh/src/
jobs.c
82
struct timeval
usrtime
; /* user time used by job */
member in struct:job
486
timerclear(&j->
usrtime
);
1237
j_usrtime = j->
usrtime
;
[
all
...]
funcs.c
2547
struct timeval
usrtime
, systime, tv0, tv1;
local
[
all
...]
Completed in 277 milliseconds