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:uv_now
(Results
1 - 18
of
18
) sorted by relevance
/third_party/libuv/test/
H
A
D
test-timer-again.c
51
(long int)(
uv_now
(uv_default_loop()) - start_time));
in repeat_1_cb()
74
(long int)(
uv_now
(uv_default_loop()) - start_time));
in repeat_2_cb()
98
start_time =
uv_now
(uv_default_loop());
in TEST_IMPL()
136
(long int)(
uv_now
(uv_default_loop()) - start_time));
in TEST_IMPL()
H
A
D
benchmark-pump.c
103
diff =
uv_now
(loop) - start_time;
in show_stats()
131
diff =
uv_now
(loop) - start_time;
in read_show_stats()
149
if (
uv_now
(loop) - start_time > 1000 && read_sockets == 0) {
in read_sockets_close_cb()
167
start_time =
uv_now
(loop);
in start_stats_collection()
175
start_time =
uv_now
(loop);
in read_cb()
H
A
D
test-loop-time.c
29
start =
uv_now
(uv_default_loop());
in TEST_IMPL()
30
while (
uv_now
(uv_default_loop()) - start < 1000)
in TEST_IMPL()
H
A
D
benchmark-getaddrinfo.c
72
start_time =
uv_now
(loop);
in BENCHMARK_IMPL()
81
end_time =
uv_now
(loop);
in BENCHMARK_IMPL()
H
A
D
benchmark-spawn.c
148
start_time =
uv_now
(loop);
in BENCHMARK_IMPL()
156
end_time =
uv_now
(loop);
in BENCHMARK_IMPL()
H
A
D
benchmark-ping-udp.c
106
if (
uv_now
(loop) - start_time > TIME) {
in pinger_read_cb()
145
start_time =
uv_now
(loop);
in ping_udp()
H
A
D
benchmark-ping-pongs.c
151
if (
uv_now
(loop) - start_time > TIME) {
in pinger_read_cb()
212
start_time =
uv_now
(loop);
in BENCHMARK_IMPL()
H
A
D
test-timer.c
122
start_time =
uv_now
(uv_default_loop());
in TEST_IMPL()
157
ASSERT_LE(500,
uv_now
(uv_default_loop()) - start_time);
in TEST_IMPL()
389
timer_early_check_expected_time =
uv_now
(uv_default_loop()) + timeout_ms;
in TEST_IMPL()
H
A
D
benchmark-pound.c
171
if (
uv_now
(loop) - start < 10000) {
in close_cb()
285
start =
uv_now
(loop);
in pound_it()
/third_party/libuv/src/
H
A
D
fs-poll.c
88
ctx->start_time =
uv_now
(loop);
in uv_fs_poll_start()
178
ctx->start_time =
uv_now
(ctx->loop);
in timer_cb()
227
interval -= (
uv_now
(ctx->loop) - ctx->start_time) % interval;
in poll_cb()
H
A
D
uv-common.c
620
uint64_t
uv_now
(const uv_loop_t* loop) {
in uv_now()
function
/third_party/node/deps/uv/src/
H
A
D
fs-poll.c
88
ctx->start_time =
uv_now
(loop);
in uv_fs_poll_start()
178
ctx->start_time =
uv_now
(ctx->loop);
in timer_cb()
227
interval -= (
uv_now
(ctx->loop) - ctx->start_time) % interval;
in poll_cb()
H
A
D
uv-common.c
583
uint64_t
uv_now
(const uv_loop_t* loop) {
in uv_now()
function
/third_party/node/src/
H
A
D
node_report_utils.cc
187
uint64_t now =
uv_now
(handle->timer.loop);
in WalkHandle()
H
A
D
env.cc
662
timer_base_(
uv_now
(isolate_data->event_loop())),
in Environment()
1234
llabs(expiry_ms) - (
uv_now
(env->event_loop()) - env->timer_base());
in RunTimers()
1287
uint64_t now =
uv_now
(event_loop());
in GetNow()
/third_party/libuv/include/
H
A
D
uv.h
331
UV_EXTERN uint64_t
uv_now
(const uv_loop_t*);
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
306
UV_EXTERN uint64_t
uv_now
(const uv_loop_t*);
/third_party/node/deps/uv/include/
H
A
D
uv.h
308
UV_EXTERN uint64_t
uv_now
(const uv_loop_t*);
Completed in 18 milliseconds