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_signal_stop
(Results
1 - 20
of
20
) sorted by relevance
/third_party/libuv/src/win/
H
A
D
signal.c
160
int
uv_signal_stop
(uv_signal_t* handle) {
in uv_signal_stop()
function
212
int r =
uv_signal_stop
(handle);
in uv__signal_start()
213
/*
uv_signal_stop
is infallible. */
in uv__signal_start()
252
uv_signal_stop
(handle);
in uv__process_signal_req()
263
uv_signal_stop
(handle);
in uv__signal_close()
/third_party/node/deps/uv/src/win/
H
A
D
signal.c
160
int
uv_signal_stop
(uv_signal_t* handle) {
in uv_signal_stop()
function
212
int r =
uv_signal_stop
(handle);
in uv__signal_start()
213
/*
uv_signal_stop
is infallible. */
in uv__signal_start()
252
uv_signal_stop
(handle);
in uv__process_signal_req()
263
uv_signal_stop
(handle);
in uv__signal_close()
/third_party/libwebsockets/lwsws/
H
A
D
main.c
117
uv_signal_stop
(watcher);
in signal_cb()
118
uv_signal_stop
(&signal_outer[1]);
in signal_cb()
343
uv_signal_stop
(&signal_outer[n]);
in main()
/third_party/libuv/test/
H
A
D
test-signal-multiple-loops.c
71
uv_signal_stop
(handle);
in signal1_cb()
78
uv_signal_stop
(handle);
in signal2_cb()
H
A
D
test-eintr-handling.c
61
uv_signal_stop
(handle);
in sig_func()
H
A
D
test-signal.c
106
uv_signal_stop
(handle);
in signal_cb()
H
A
D
test-fs.c
3735
uv_signal_stop
(handle);
in sig_func()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
H
A
D
libuv.c
77
uv_signal_stop
(&sighandler_uv);
in foreign_event_loop_cleanup_libuv()
/third_party/libuv/docs/code/queue-cancel/
H
A
D
main.c
40
uv_signal_stop
(req);
in signal_handler()
/third_party/libuv/docs/code/signal/
H
A
D
main.c
18
uv_signal_stop
(handle);
in signal_handler()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
H
A
D
minimal-ws-server.c
127
uv_signal_stop
(watcher);
in signal_cb()
/third_party/node/src/
H
A
D
signal_wrap.cc
152
int err =
uv_signal_stop
(&wrap->handle_);
in Stop()
/third_party/libwebsockets/lib/event-libs/libuv/
H
A
D
libuv.c
676
uv_signal_stop
(&pt_to_priv_uv(pt)->w_sigint.watcher);
in elops_destroy_pt_uv()
684
uv_signal_stop
(&pt_to_priv_uv(pt)->signals[m]);
in elops_destroy_pt_uv()
/third_party/node/deps/uv/src/unix/
H
A
D
signal.c
513
int
uv_signal_stop
(uv_signal_t* handle) {
in uv_signal_stop()
function
H
A
D
process.c
1084
uv_signal_stop
(&handle->loop->child_watcher);
in uv__process_close()
/third_party/libuv/src/unix/
H
A
D
signal.c
555
int
uv_signal_stop
(uv_signal_t* handle) {
in uv_signal_stop()
function
H
A
D
process.c
1111
uv_signal_stop
(&handle->loop->child_watcher);
in uv__process_close()
/third_party/libuv/include/
H
A
D
uv.h
1725
UV_EXTERN int
uv_signal_stop
(uv_signal_t* handle);
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
1590
UV_EXTERN int
uv_signal_stop
(uv_signal_t* handle);
/third_party/node/deps/uv/include/
H
A
D
uv.h
1613
UV_EXTERN int
uv_signal_stop
(uv_signal_t* handle);
Completed in 23 milliseconds