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:POLLRDHUP
(Results
1 - 25
of
28
) sorted by relevance
1
2
/third_party/ltp/testcases/kernel/syscalls/ppoll/
H
A
D
ppoll01.c
28
#ifndef
POLLRDHUP
29
#define
POLLRDHUP
0x2000
macro
211
fds_good[0].events = POLLIN | POLLPRI | POLLOUT |
POLLRDHUP
;
in setup()
216
fds_already_closed[0].events = POLLIN | POLLPRI | POLLOUT |
POLLRDHUP
;
in setup()
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
poll.h
26
#define
POLLRDHUP
0x2000
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
poll.h
26
#define
POLLRDHUP
0x2000
macro
/third_party/musl/porting/linux/user/include/
H
A
D
poll.h
26
#define
POLLRDHUP
0x2000
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
poll.h
26
#define
POLLRDHUP
0x2000
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
poll.h
26
#define
POLLRDHUP
0x2000
macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H
A
D
poll.h
26
#define
POLLRDHUP
0x2000
macro
/third_party/musl/include/
H
A
D
poll.h
26
#define
POLLRDHUP
0x2000
macro
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H
A
D
poll_fd.rs
29
/// `
POLLRDHUP
`
30
const RDHUP = linux_raw_sys::general::
POLLRDHUP
as u16;
/third_party/rust/crates/rustix/src/backend/libc/io/
H
A
D
poll_fd.rs
41
/// `
POLLRDHUP
`
46
const RDHUP = c::
POLLRDHUP
;
/third_party/node/deps/uv/src/unix/
H
A
D
internal.h
123
/* Leans on the fact that, on Linux,
POLLRDHUP
== EPOLLRDHUP. */
124
#ifdef
POLLRDHUP
125
# define UV__POLLRDHUP
POLLRDHUP
/third_party/libuv/src/unix/
H
A
D
internal.h
139
/* Leans on the fact that, on Linux,
POLLRDHUP
== EPOLLRDHUP. */
140
#ifdef
POLLRDHUP
141
# define UV__POLLRDHUP
POLLRDHUP
/third_party/rust/crates/libc/src/unix/linux_like/
H
A
D
mod.rs
1273
pub const
POLLRDHUP
: ::c_short = 0x2000;
consts
1275
pub const
POLLRDHUP
: ::c_short = 0x800;
consts
/third_party/python/Modules/
H
A
D
selectmodule.c
2490
#ifdef
POLLRDHUP
2492
PyModule_AddIntMacro(m,
POLLRDHUP
);
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H
A
D
general.rs
1178
pub const
POLLRDHUP
: u32 = 8192;
consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H
A
D
general.rs
1181
pub const
POLLRDHUP
: u32 = 8192;
consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H
A
D
general.rs
1173
pub const
POLLRDHUP
: u32 = 8192;
consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H
A
D
general.rs
1191
pub const
POLLRDHUP
: u32 = 8192;
consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H
A
D
general.rs
1186
pub const
POLLRDHUP
: u32 = 8192;
consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H
A
D
general.rs
1183
pub const
POLLRDHUP
: u32 = 8192;
consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H
A
D
general.rs
1178
pub const
POLLRDHUP
: u32 = 8192;
consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H
A
D
general.rs
1167
pub const
POLLRDHUP
: u32 = 8192;
consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H
A
D
general.rs
1383
pub const
POLLRDHUP
: u32 = 2048;
consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H
A
D
general.rs
1176
pub const
POLLRDHUP
: u32 = 8192;
consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H
A
D
general.rs
1391
pub const
POLLRDHUP
: u32 = 2048;
consts
Completed in 149 milliseconds
1
2