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:Epoll
(Results
1 - 3
of
3
) sorted by relevance
/third_party/rust/crates/rustix/tests/io/
H
A
D
epoll.rs
4
use rustix::io::epoll::{self,
Epoll
};
33
let epoll =
Epoll
::new(epoll::CreateFlags::CLOEXEC, epoll::Owning::<OwnedFd>::new()).unwrap();
in server()
37
let epoll:
Epoll
<epoll::Owning<OwnedFd>> = fd.into();
in server()
39
let epoll = unsafe {
Epoll
::<epoll::Owning<OwnedFd>>::from_raw_fd(fd) };
in server()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H
A
D
epoll.rs
14
//! use rustix::io::epoll::{self,
Epoll
};
29
//! let epoll =
Epoll
::new(epoll::CreateFlags::CLOEXEC, epoll::Owning::new())?;
77
/// `EPOLL_*` for use with [`
Epoll
::new`].
85
/// `EPOLL*` for use with [`
Epoll
::add`].
119
pub struct
Epoll
<Context: self::Context> {
structure names
124
impl<Context: self::Context>
Epoll
<Context> {
impls
125
/// `epoll_create1(flags)`—Creates a new `
Epoll
`.
141
/// `
Epoll
`.
170
/// this `
Epoll
`.
196
/// this `
Epoll
`
[all...]
/third_party/rust/crates/rustix/src/backend/libc/io/
H
A
D
epoll.rs
14
//! use rustix::io::epoll::{self,
Epoll
};
29
//! let epoll =
Epoll
::new(epoll::CreateFlags::CLOEXEC, epoll::Owning::new())?;
76
/// `EPOLL_*` for use with [`
Epoll
::new`].
84
/// `EPOLL*` for use with [`
Epoll
::add`].
119
pub struct
Epoll
<Context: self::Context> {
structure names
124
impl<Context: self::Context>
Epoll
<Context> {
impls
125
/// `epoll_create1(flags)`—Creates a new `
Epoll
`.
143
/// `
Epoll
`.
173
/// this `
Epoll
`.
200
/// this `
Epoll
`
[all...]
Completed in 2 milliseconds