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_stop
(Results
1 - 16
of
16
) sorted by relevance
/third_party/libuv/test/
H
A
D
test-loop-stop.c
44
uv_stop
(uv_default_loop());
in timer_cb()
78
uv_stop
(uv_default_loop());
in TEST_IMPL()
H
A
D
test-pipe-connect-multiple.c
58
uv_stop
(server->loop);
in connection_cb()
67
uv_stop
(connect_req->handle->loop);
in connect_cb()
H
A
D
test-loop-close.c
29
uv_stop
(handle->loop);
in timer_cb()
H
A
D
test-signal-pending-on-close.c
39
uv_stop
(signal->loop);
in stop_loop_cb()
H
A
D
test-timer.c
248
uv_stop
(handle->loop);
in zero_timeout_cb()
260
ASSERT_EQ(1, uv_run(loop, UV_RUN_DEFAULT)); /* because of
uv_stop
() */
in TEST_IMPL()
/third_party/libuv/docs/code/uvstop/
H
A
D
main.c
11
uv_stop
(uv_default_loop());
in idle_cb()
12
printf("
uv_stop
() called\n");
in idle_cb()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
H
A
D
libuv.c
67
uv_stop
(&loop_uv);
in foreign_event_loop_stop_libuv()
/third_party/node/src/
H
A
D
node_watchdog.cc
53
uv_stop
(&w->loop_);
in Watchdog()
98
uv_stop
(&w->loop_);
in Timer()
H
A
D
env.cc
929
uv_stop
(env->event_loop());
in ExitEnv()
/third_party/libwebsockets/lib/event-libs/libuv/
H
A
D
libuv.c
333
uv_stop
(pt_to_priv_uv(&context->pt[tsi])->io_loop);
in lws_libuv_stop_without_kill()
411
uv_stop
(pt_to_priv_uv(pt)->io_loop);
in elops_destroy_context2_uv()
666
uv_stop
(pt_to_priv_uv(pt)->io_loop);
in elops_destroy_pt_uv()
/third_party/libuv/src/
H
A
D
uv-common.c
615
void
uv_stop
(uv_loop_t* loop) {
in uv_stop()
function
/third_party/node/deps/uv/src/
H
A
D
uv-common.c
578
void
uv_stop
(uv_loop_t* loop) {
in uv_stop()
function
/third_party/libuv/include/
H
A
D
uv.h
324
UV_EXTERN void
uv_stop
(uv_loop_t*);
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
299
UV_EXTERN void
uv_stop
(uv_loop_t*);
/third_party/node/deps/uv/include/
H
A
D
uv.h
301
UV_EXTERN void
uv_stop
(uv_loop_t*);
/third_party/node/deps/uvwasi/src/
H
A
D
uvwasi.c
435
uv_stop
(uvwasi->loop);
in uvwasi_destroy()
Completed in 25 milliseconds