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_poll_stop
(Results
1 - 14
of
14
) sorted by relevance
/third_party/libuv/test/
H
A
D
test-poll-oob.c
60
uv_poll_stop
(&poll_req[0]);
in idle_cb()
61
uv_poll_stop
(&poll_req[1]);
in idle_cb()
82
ASSERT_OK(
uv_poll_stop
(&poll_req[0]));
in poll_cb()
124
uv_poll_stop
(&poll_req[1]);
in poll_cb()
H
A
D
test-poll-multiple-handles.c
85
ASSERT_OK(
uv_poll_stop
(&first_poll_handle));
in TEST_IMPL()
H
A
D
test-fork.c
205
ASSERT_OK(
uv_poll_stop
(&poll_handle));
in TEST_IMPL()
/third_party/node/deps/uvwasi/src/
H
A
D
poll_oneoff.c
11
uv_poll_stop
(handle);
in poll_cb()
30
uv_poll_stop
(&state->poll_handles[i]);
in timeout_cb()
/third_party/libuv/src/unix/
H
A
D
poll.c
112
int
uv_poll_stop
(uv_poll_t* handle) {
in uv_poll_stop()
function
/third_party/node/deps/uv/src/unix/
H
A
D
poll.c
112
int
uv_poll_stop
(uv_poll_t* handle) {
in uv_poll_stop()
function
/third_party/curl/docs/examples/
H
A
D
multi-uv.c
199
uv_poll_stop
(&((curl_context_t*)socketp)->poll_handle);
in handle_socket()
/third_party/libuv/docs/code/uvwget/
H
A
D
main.c
130
uv_poll_stop
(&((curl_context_t*)socketp)->poll_handle);
in handle_socket()
/third_party/libwebsockets/lib/event-libs/libuv/
H
A
D
libuv.c
437
uv_poll_stop
(wsi_to_priv_uv(wsi)->w_read.pwatcher);
in elops_wsi_logical_close_uv()
585
uv_poll_stop
(w->pwatcher);
in elops_io_uv()
/third_party/libuv/src/win/
H
A
D
poll.c
523
int
uv_poll_stop
(uv_poll_t* handle) {
in uv_poll_stop()
function
/third_party/node/deps/uv/src/win/
H
A
D
poll.c
522
int
uv_poll_stop
(uv_poll_t* handle) {
in uv_poll_stop()
function
/third_party/libuv/include/
H
A
D
uv.h
890
UV_EXTERN int
uv_poll_stop
(uv_poll_t* handle);
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
819
UV_EXTERN int
uv_poll_stop
(uv_poll_t* handle);
/third_party/node/deps/uv/include/
H
A
D
uv.h
832
UV_EXTERN int
uv_poll_stop
(uv_poll_t* handle);
Completed in 18 milliseconds