Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ru_stime
(Results
1 - 25
of
66
) sorted by relevance
1
2
3
/third_party/musl/compat/time32/
H
A
D
getrusage_time32.c
8
struct timeval32
ru_stime
;
member
32
usage->
ru_stime
.tv_sec = ru.
ru_stime
.tv_sec;
in __getrusage_time32()
33
usage->
ru_stime
.tv_usec = ru.
ru_stime
.tv_usec;
in __getrusage_time32()
H
A
D
wait4_time32.c
9
struct timeval32
ru_stime
;
member
33
usage->
ru_stime
.tv_sec = ru.
ru_stime
.tv_sec;
in __wait4_time32()
34
usage->
ru_stime
.tv_usec = ru.
ru_stime
.tv_usec;
in __wait4_time32()
H
A
D
wait3_time32.c
9
struct timeval32
ru_stime
;
member
33
usage->
ru_stime
.tv_sec = ru.
ru_stime
.tv_sec;
in __wait3_time32()
34
usage->
ru_stime
.tv_usec = ru.
ru_stime
.tv_usec;
in __wait3_time32()
/third_party/ltp/testcases/kernel/syscalls/getrusage/
H
A
D
getrusage04.c
109
(long long)usage.
ru_stime
.tv_usec);
in main()
111
slast = usage.
ru_stime
.tv_usec;
in main()
116
sdelta = usage.
ru_stime
.tv_usec - slast;
in main()
121
(long long)usage.
ru_stime
.tv_usec);
in main()
138
slast = usage.
ru_stime
.tv_usec;
in main()
/third_party/libuv/test/
H
A
D
test-platform-output.c
76
ASSERT_GE(rusage.
ru_stime
.tv_sec, 0);
in TEST_IMPL()
77
ASSERT_GE(rusage.
ru_stime
.tv_usec, 0);
in TEST_IMPL()
83
(unsigned long long) rusage.
ru_stime
.tv_sec,
in TEST_IMPL()
84
(unsigned long long) rusage.
ru_stime
.tv_usec);
in TEST_IMPL()
/third_party/musl/src/misc/
H
A
D
getrusage.c
15
ru->
ru_stime
= (struct timeval)
in getrusage()
31
ru->
ru_stime
= (struct timeval)
in getrusage()
/third_party/musl/src/linux/
H
A
D
wait4.c
18
ru->
ru_stime
= (struct timeval)
in wait4()
35
ru->
ru_stime
= (struct timeval)
in wait4()
/third_party/toybox/toys/posix/
H
A
D
time.c
47
s = ru.
ru_stime
.tv_sec+(ru.
ru_stime
.tv_usec/1000000.0);
in time_main()
/third_party/ltp/testcases/kernel/controllers/cpuctl/
H
A
D
cpuctl_def_task01.c
197
cpu_usage.
ru_stime
.tv_sec +
in main()
198
cpu_usage.
ru_stime
.tv_usec * 1e-6);
in main()
H
A
D
cpuctl_def_task04.c
214
cpu_usage.
ru_stime
.tv_sec +
in main()
215
cpu_usage.
ru_stime
.tv_usec * 1e-6);
in main()
H
A
D
cpuctl_def_task02.c
208
cpu_usage.
ru_stime
.tv_sec +
in main()
209
cpu_usage.
ru_stime
.tv_usec * 1e-6);
in main()
H
A
D
cpuctl_def_task03.c
204
cpu_usage.
ru_stime
.tv_sec +
in main()
205
cpu_usage.
ru_stime
.tv_usec * 1e-6);
in main()
H
A
D
cpuctl_test02.c
202
cpu_usage.
ru_stime
.tv_sec + cpu_usage.
ru_stime
.tv_usec * 1e-6); /* system time */
in main()
H
A
D
cpuctl_test01.c
190
cpu_usage.
ru_stime
.tv_sec + cpu_usage.
ru_stime
.tv_usec * 1e-6); /*sys */
in main()
H
A
D
cpuctl_test04.c
208
cpu_usage.
ru_stime
.tv_sec + cpu_usage.
ru_stime
.tv_usec * 1e-6); /* system time */
in main()
H
A
D
cpuctl_test03.c
197
cpu_usage.
ru_stime
.tv_sec + cpu_usage.
ru_stime
.tv_usec * 1e-6); /* system time */
in main()
/third_party/node/deps/uvwasi/src/
H
A
D
clocks.c
52
((uvwasi_timestamp_t)(ru.
ru_stime
.tv_sec) * NANOS_PER_SEC) + \
53
(ru.
ru_stime
.tv_usec * 1000); \
/third_party/skia/third_party/externals/angle2/src/common/
H
A
D
system_utils_posix.cpp
225
double systemTime = usage.
ru_stime
.tv_sec + usage.
ru_stime
.tv_usec * 1e-6;
in GetCurrentProcessCpuTime()
/third_party/skia/third_party/externals/spirv-tools/source/util/
H
A
D
timer.h
149
return TimeDifference(usage_before_.
ru_stime
, usage_after_.
ru_stime
);
in SystemTime()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H
A
D
timer.h
149
return TimeDifference(usage_before_.
ru_stime
, usage_after_.
ru_stime
);
in SystemTime()
/third_party/spirv-tools/source/util/
H
A
D
timer.h
149
return TimeDifference(usage_before_.
ru_stime
, usage_after_.
ru_stime
);
in SystemTime()
/third_party/benchmark/src/
H
A
D
timers.cc
91
static_cast<double>(ru.
ru_stime
.tv_sec) +
92
static_cast<double>(ru.
ru_stime
.tv_usec) * 1e-6);
/third_party/musl/libc-test/src/api/
H
A
D
sys_resource.c
26
F(struct timeval,
ru_stime
)
in f()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
resource.h
29
struct timeval
ru_stime
;
member
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
resource.h
29
struct timeval
ru_stime
;
member
Completed in 10 milliseconds
1
2
3