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:millitime
(Results
1 - 11
of
11
) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/net/
H
A
D
ping.c
191
tnext =
millitime
();
in ping_main()
200
tnow =
millitime
();
in ping_main()
257
TT.fugit += (pkttime =
millitime
()-tmp_tnow);
in ping_main()
/third_party/toybox/toys/net/
H
A
D
ping.c
213
tnext =
millitime
();
in ping_main()
234
tnow =
millitime
();
in ping_main()
276
TT.fugit += (pkttime =
millitime
()-*(unsigned *)(ih+1));
in ping_main()
H
A
D
sntp.c
108
now =
millitime
();
in sntp_main()
132
if (then>0 && then<(now =
millitime
())) break;;
in sntp_main()
/third_party/toybox/lib/
H
A
D
net.c
83
long long now, then = timeout>0 ?
millitime
() : 0;
in xpoll()
89
now =
millitime
();
in xpoll()
H
A
D
lib.h
280
long long
millitime
(void);
H
A
D
lib.c
1395
long long
millitime
(void)
in millitime()
function
/third_party/toybox/toys/other/
H
A
D
watch.c
69
long long now, then =
millitime
();
in watch_main()
94
if ((now =
millitime
())>=then) {
in watch_main()
H
A
D
count.c
32
if ((now =
millitime
())-then<250) continue;
in count_main()
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
ps.c
1350
plnew->whence =
millitime
();
in top_common()
1536
now =
millitime
();
in top_common()
1600
TT.time =
millitime
();
in top_setup()
1633
else oslot[SLOT_upticks] = ((
millitime
()-TT.time)*TT.ticks)/1000;
in iotop_filter()
/third_party/toybox/toys/posix/
H
A
D
ps.c
1493
plnew->whence =
millitime
();
in top_common()
1683
now =
millitime
();
in top_common()
1747
TT.time =
millitime
();
in top_setup()
1791
else oslot[SLOT_upticks] = ((
millitime
()-TT.time)*TT.ticks)/1000;
in iotop_filter()
/third_party/toybox/porting/liteos_a/lib/
H
A
D
lib.h
271
long long
millitime
(void);
Completed in 12 milliseconds