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_DISCONNECT
(Results
1 - 10
of
10
) sorted by relevance
/third_party/libuv/src/unix/
H
A
D
poll.c
62
pevents |=
UV_DISCONNECT
;
in uv__poll_io()
124
assert((pevents & ~(UV_READABLE | UV_WRITABLE |
UV_DISCONNECT
|
in uv_poll_start()
147
if (pevents &
UV_DISCONNECT
)
in uv_poll_start()
/third_party/node/deps/uv/src/unix/
H
A
D
poll.c
62
pevents |=
UV_DISCONNECT
;
in uv__poll_io()
124
assert((pevents & ~(UV_READABLE | UV_WRITABLE |
UV_DISCONNECT
|
in uv_poll_start()
147
if (pevents &
UV_DISCONNECT
)
in uv_poll_start()
/third_party/libuv/test/
H
A
D
test-poll.c
413
if (events &
UV_DISCONNECT
) {
416
new_events &= ~
UV_DISCONNECT
;
510
connection_context->events = UV_READABLE | UV_WRITABLE |
UV_DISCONNECT
;
512
UV_READABLE | UV_WRITABLE |
UV_DISCONNECT
,
554
context->events = UV_READABLE | UV_WRITABLE |
UV_DISCONNECT
;
556
UV_READABLE | UV_WRITABLE |
UV_DISCONNECT
,
/third_party/libuv/src/win/
H
A
D
poll.c
117
if (handle->events &
UV_DISCONNECT
) {
in uv__fast_poll_submit_poll_req()
172
events |=
UV_DISCONNECT
;
in uv__fast_poll_process_poll_req()
492
assert((events & ~(UV_READABLE | UV_WRITABLE |
UV_DISCONNECT
|
in uv__poll_set()
/third_party/node/deps/uv/src/win/
H
A
D
poll.c
115
if (handle->events &
UV_DISCONNECT
) {
in uv__fast_poll_submit_poll_req()
170
events |=
UV_DISCONNECT
;
in uv__fast_poll_process_poll_req()
491
assert((events & ~(UV_READABLE | UV_WRITABLE |
UV_DISCONNECT
|
in uv__poll_set()
/third_party/node/deps/uvwasi/src/
H
A
D
poll_oneoff.c
179
event->events =
UV_DISCONNECT
| UV_READABLE;
in uvwasi__poll_oneoff_state_add_fdevent()
182
event->events =
UV_DISCONNECT
| UV_WRITABLE;
in uvwasi__poll_oneoff_state_add_fdevent()
H
A
D
uvwasi.c
2508
else if ((fdevent->revents &
UV_DISCONNECT
) != 0)
in uvwasi_poll_oneoff()
/third_party/libuv/include/
H
A
D
uv.h
881
UV_DISCONNECT
= 4,
enumerator
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
810
UV_DISCONNECT
= 4,
enumerator
/third_party/node/deps/uv/include/
H
A
D
uv.h
823
UV_DISCONNECT
= 4,
enumerator
Completed in 16 milliseconds