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__POLLPRI
(Results
1 - 10
of
10
) sorted by relevance
/third_party/libuv/src/unix/
H
A
D
poll.c
47
if ((events & POLLERR) && !(events &
UV__POLLPRI
)) {
in uv__poll_io()
48
uv__io_stop(loop, w, POLLIN | POLLOUT | UV__POLLRDHUP |
UV__POLLPRI
);
in uv__poll_io()
57
if (events &
UV__POLLPRI
)
in uv__poll_io()
106
POLLIN | POLLOUT | UV__POLLRDHUP |
UV__POLLPRI
);
in uv__poll_stop()
144
events |=
UV__POLLPRI
;
in uv_poll_start()
H
A
D
kqueue.c
206
if ((w->events &
UV__POLLPRI
) == 0 && (w->pevents &
UV__POLLPRI
) != 0) {
in uv__io_poll()
359
if (w->pevents &
UV__POLLPRI
)
in uv__io_poll()
360
revents |=
UV__POLLPRI
;
in uv__io_poll()
H
A
D
internal.h
147
# define
UV__POLLPRI
POLLPRI
macro
149
# define
UV__POLLPRI
0
macro
H
A
D
core.c
930
assert(0 == (events & ~(POLLIN | POLLOUT | UV__POLLRDHUP |
UV__POLLPRI
)));
in uv__io_start()
958
assert(0 == (events & ~(POLLIN | POLLOUT | UV__POLLRDHUP |
UV__POLLPRI
)));
in uv__io_stop()
989
uv__io_stop(loop, w, POLLIN | POLLOUT | UV__POLLRDHUP |
UV__POLLPRI
);
in uv__io_close()
1005
assert(0 == (events & ~(POLLIN | POLLOUT | UV__POLLRDHUP |
UV__POLLPRI
)));
in uv__io_active()
H
A
D
linux.c
1580
w->pevents & (POLLIN | POLLOUT | UV__POLLRDHUP |
UV__POLLPRI
);
in uv__io_poll()
/third_party/node/deps/uv/src/unix/
H
A
D
poll.c
47
if ((events & POLLERR) && !(events &
UV__POLLPRI
)) {
in uv__poll_io()
48
uv__io_stop(loop, w, POLLIN | POLLOUT | UV__POLLRDHUP |
UV__POLLPRI
);
in uv__poll_io()
57
if (events &
UV__POLLPRI
)
in uv__poll_io()
106
POLLIN | POLLOUT | UV__POLLRDHUP |
UV__POLLPRI
);
in uv__poll_stop()
144
events |=
UV__POLLPRI
;
in uv_poll_start()
H
A
D
kqueue.c
184
if ((w->events &
UV__POLLPRI
) == 0 && (w->pevents &
UV__POLLPRI
) != 0) {
in uv__io_poll()
350
if (w->pevents &
UV__POLLPRI
) {
in uv__io_poll()
351
revents |=
UV__POLLPRI
;
in uv__io_poll()
H
A
D
internal.h
131
# define
UV__POLLPRI
POLLPRI
macro
133
# define
UV__POLLPRI
0
macro
H
A
D
core.c
879
assert(0 == (events & ~(POLLIN | POLLOUT | UV__POLLRDHUP |
UV__POLLPRI
)));
in uv__io_start()
907
assert(0 == (events & ~(POLLIN | POLLOUT | UV__POLLRDHUP |
UV__POLLPRI
)));
in uv__io_stop()
938
uv__io_stop(loop, w, POLLIN | POLLOUT | UV__POLLRDHUP |
UV__POLLPRI
);
in uv__io_close()
954
assert(0 == (events & ~(POLLIN | POLLOUT | UV__POLLRDHUP |
UV__POLLPRI
)));
in uv__io_active()
H
A
D
epoll.c
364
w->pevents & (POLLIN | POLLOUT | UV__POLLRDHUP |
UV__POLLPRI
);
in uv__io_poll()
Completed in 13 milliseconds