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:POLLRDBAND
(Results
1 - 25
of
45
) sorted by relevance
1
2
/third_party/pulseaudio/src/pulsecore/
H
A
D
poll-win32.c
82
# define
POLLRDBAND
0
macro
213
return ret == WAIT_OBJECT_0 ? *p_sought & ~(POLLPRI |
POLLRDBAND
) : 0;
in windows_compute_revents()
246
return *p_sought & ~(POLLPRI |
POLLRDBAND
);
in windows_compute_revents()
288
happened |= (POLLPRI |
POLLRDBAND
) & sought;
in windows_compute_revents_socket()
344
happened |= (POLLPRI |
POLLRDBAND
) & sought;
in compute_revents()
430
if (pfd[i].events & (POLLPRI |
POLLRDBAND
))
in pa_poll()
434
| POLLRDNORM |
POLLRDBAND
in pa_poll()
496
| POLLPRI |
POLLRDBAND
)))
in pa_poll()
516
if (sought & (POLLPRI |
POLLRDBAND
))
in pa_poll()
/third_party/curl/lib/
H
A
D
select.c
212
pfd[num].events = POLLRDNORM|POLLIN|
POLLRDBAND
|POLLPRI;
in Curl_socket_check()
218
pfd[num].events = POLLRDNORM|POLLIN|
POLLRDBAND
|POLLPRI;
in Curl_socket_check()
347
POLLRDNORM|POLLWRNORM|
POLLRDBAND
)) {
in Curl_poll()
354
if(ufds[i].events & (
POLLRDBAND
|POLLPRI))
in Curl_poll()
391
if(ufds[i].events &
POLLRDBAND
)
in Curl_poll()
392
ufds[i].revents |=
POLLRDBAND
;
in Curl_poll()
H
A
D
select.h
67
#ifndef
POLLRDBAND
68
#define
POLLRDBAND
POLLPRI
macro
H
A
D
cf-socket.c
1507
pfd[0].events = POLLRDNORM|POLLIN|
POLLRDBAND
|POLLPRI;
in cf_socket_conn_is_alive()
/third_party/rust/crates/libc/src/unix/newlib/espidf/
H
A
D
mod.rs
69
pub const
POLLRDBAND
: ::c_short = 1 << 2;
consts
70
pub const POLLPRI: ::c_short =
POLLRDBAND
;
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
poll.h
19
#define
POLLRDBAND
0x080
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
poll.h
19
#define
POLLRDBAND
0x080
macro
/third_party/musl/porting/linux/user/include/
H
A
D
poll.h
19
#define
POLLRDBAND
0x080
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
poll.h
19
#define
POLLRDBAND
0x080
macro
/third_party/musl/libc-test/src/api/
H
A
D
poll.c
16
C(
POLLRDBAND
)
in f()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
poll.h
19
#define
POLLRDBAND
0x080
macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H
A
D
poll.h
19
#define
POLLRDBAND
0x080
macro
/third_party/musl/include/
H
A
D
poll.h
19
#define
POLLRDBAND
0x080
macro
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H
A
D
poll_fd.rs
19
/// `
POLLRDBAND
`
20
const RDBAND = linux_raw_sys::general::
POLLRDBAND
as u16;
/third_party/rust/crates/rustix/src/backend/libc/io/
H
A
D
poll_fd.rs
29
/// `
POLLRDBAND
`
31
const RDBAND = c::
POLLRDBAND
;
/third_party/alsa-utils/axfer/
H
A
D
waiter-select.c
21
# define POLLIN_SET (POLLRDNORM |
POLLRDBAND
| POLLIN | POLLHUP)
/third_party/NuttX/fs/vfs/
H
A
D
fs_select.c
47
#define POLL_IN_SET (POLLIN | POLLRDNORM |
POLLRDBAND
| POLLHUP | POLLERR)
/third_party/rust/crates/nix/src/
H
A
D
poll.rs
109
POLLRDBAND
;
/third_party/ffmpeg/libavformat/
H
A
D
os_support.h
156
#define
POLLRDBAND
0x0008 /* priority readable data */
macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H
A
D
mod.rs
147
pub const
POLLRDBAND
: ::c_short = 0x0080;
consts
/third_party/libwebsockets/include/
H
A
D
libwebsockets.h
403
#define LWS_POLLIN (POLLRDNORM |
POLLRDBAND
)
/third_party/lwip/src/include/lwip/
H
A
D
sockets.h
501
#define
POLLRDBAND
0x20
macro
/third_party/python/Modules/
H
A
D
selectmodule.c
2478
#ifdef
POLLRDBAND
2479
PyModule_AddIntMacro(m,
POLLRDBAND
);
/third_party/rust/crates/libc/src/unix/bsd/
H
A
D
mod.rs
481
pub const
POLLRDBAND
: ::c_short = 0x080;
consts
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
1263
pub const POLLIN: ::c_short = POLLRDNORM |
POLLRDBAND
;
1270
pub const
POLLRDBAND
: ::c_short = 0x0004;
consts
Completed in 24 milliseconds
1
2