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_sleep
(Results
1 - 25
of
30
) sorted by relevance
1
2
/third_party/libuv/docs/code/thread-create/
H
A
D
main.c
9
uv_sleep
(1000);
in hare()
20
uv_sleep
(3000);
in tortoise()
/third_party/libuv/test/
H
A
D
test-barrier.c
42
uv_sleep
(c->delay);
in worker()
59
uv_sleep
(100);
in TEST_IMPL()
125
uv_sleep
(100); /* Wait a bit before terminating. */
in serial_worker()
H
A
D
test-semaphore.c
40
uv_sleep
(c->delay);
in worker()
60
uv_sleep
(100);
in TEST_IMPL()
H
A
D
test-hrtime.c
39
uv_sleep
(45);
in TEST_IMPL()
H
A
D
test-embed.c
38
uv_sleep
(250);
in thread_main()
H
A
D
test-poll-close-doesnt-corrupt-stack.c
64
uv_sleep
(VERIFY_AFTER);
in close_socket_and_verify_stack()
H
A
D
test-async.c
67
uv_sleep
(0);
in thread_cb()
H
A
D
benchmark-async-pummel.c
46
uv_sleep
(0);
in async_cb()
H
A
D
test-process-title-threadsafe.c
64
uv_sleep
(0);
in getter_thread_body()
H
A
D
test-pipe-set-non-blocking.c
42
uv_sleep
(100); /* make sure we are forcing the writer to block a bit */
in thread_main()
H
A
D
test-ipc-heavy-traffic-deadlock-bug.c
155
uv_sleep
(100);
in ipc_helper_heavy_traffic_deadlock_bug()
H
A
D
test-poll-oob.c
56
uv_sleep
(100);
in idle_cb()
H
A
D
run-tests.c
158
for (;;)
uv_sleep
(10000);
in maybe_run_test()
H
A
D
test-timer.c
418
uv_sleep
(timeout_ms * 2);
in TEST_IMPL()
435
uv_sleep
(timeout_ms * 2);
in TEST_IMPL()
H
A
D
test-fs-event.c
633
uv_sleep
(1100);
in TEST_IMPL()
699
uv_sleep
(1100);
in TEST_IMPL()
934
uv_sleep
(1100);
in TEST_IMPL()
H
A
D
runner-win.c
85
uv_sleep
(250);
in process_start()
H
A
D
test-metrics.c
369
uv_sleep
(100);
in TEST_IMPL()
H
A
D
test-ipc-send-recv.c
181
uv_sleep
(1000);
in run_test()
H
A
D
runner.c
273
uv_sleep
(1000);
in run_test()
H
A
D
test-threadpool-cancel.c
396
uv_sleep
(10);
in busy_cb()
/third_party/node/test/node-api/test_async/
H
A
D
test_async.c
21
uv_sleep
(1000);
in Execute()
124
uv_sleep
(1000);
in CancelExecute()
/third_party/node/test/addons/async-hello-world/
H
A
D
binding.cc
17
uv_sleep
(1000);
in DoAsync()
/third_party/node/src/
H
A
D
node_util.cc
193
uv_sleep
(msec);
in Sleep()
/third_party/libuv/src/win/
H
A
D
util.c
1709
void
uv_sleep
(unsigned int msec) {
in uv_sleep()
function
/third_party/node/deps/uv/src/unix/
H
A
D
core.c
1539
void
uv_sleep
(unsigned int msec) {
in uv_sleep()
function
Completed in 18 milliseconds
1
2