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:CreateFlags
(Results
1 - 6
of
6
) sorted by relevance
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H
A
D
epoll.rs
29
//! let epoll = Epoll::new(epoll::
CreateFlags
::CLOEXEC, epoll::Owning::new())?;
78
pub struct
CreateFlags
: c::c_uint {
structure names
127
/// Use the [`
CreateFlags
::CLOEXEC`] flag to prevent the resulting file
131
pub fn new(flags:
CreateFlags
, context: Context) -> io::Result<Self> {
in new()
H
A
D
syscalls.rs
563
pub(crate) fn epoll_create(flags: epoll::
CreateFlags
) -> io::Result<OwnedFd> {
/third_party/rust/crates/rustix/src/backend/libc/io/
H
A
D
epoll.rs
29
//! let epoll = Epoll::new(epoll::
CreateFlags
::CLOEXEC, epoll::Owning::new())?;
77
pub struct
CreateFlags
: c::c_int {
structure names
127
/// Use the [`
CreateFlags
::CLOEXEC`] flag to prevent the resulting file
131
pub fn new(flags:
CreateFlags
, context: Context) -> io::Result<Self> {
in new()
/third_party/rust/crates/rustix/tests/io/
H
A
D
epoll.rs
33
let epoll = Epoll::new(epoll::
CreateFlags
::CLOEXEC, epoll::Owning::<OwnedFd>::new()).unwrap();
in server()
/third_party/node/deps/v8/tools/v8windbg/test/
H
A
D
v8windbg-test.cc
164
proc_options.
CreateFlags
= DEBUG_PROCESS;
in RunTests()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H
A
D
conv.rs
375
impl<'a, Num: ArgNumber> From<crate::io::epoll::
CreateFlags
> for ArgReg<'a, Num> {
377
fn from(flags: crate::io::epoll::
CreateFlags
) -> Self {
in from()
Completed in 5 milliseconds