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:IN_CLOEXEC
(Results
1 - 25
of
29
) sorted by relevance
1
2
/third_party/ltp/testcases/kernel/syscalls/inotify_init/
H
A
D
inotify_init1_01.c
14
* only when called with
IN_CLOEXEC
.
20
#define
IN_CLOEXEC
O_CLOEXEC
macro
32
TST_EXP_FD(tst_syscall(__NR_inotify_init1,
IN_CLOEXEC
));
in run()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H
A
D
inotify_init1.c
49
* @tc.desc : Verify inotify_init1 process success. when param flag is
IN_CLOEXEC
55
int fd = inotify_init1(
IN_CLOEXEC
);
in inotify_init1_0300()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
inotify.h
17
#define
IN_CLOEXEC
O_CLOEXEC
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
inotify.h
17
#define
IN_CLOEXEC
O_CLOEXEC
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
inotify.h
17
#define
IN_CLOEXEC
O_CLOEXEC
macro
/third_party/musl/include/sys/
H
A
D
inotify.h
17
#define
IN_CLOEXEC
O_CLOEXEC
macro
/third_party/eudev/src/libudev/
H
A
D
libudev-queue.c
244
fd = inotify_init1(
IN_CLOEXEC
);
in udev_queue_get_fd()
/third_party/eudev/src/udev/
H
A
D
udev-watch.c
40
inotify_fd = inotify_init1(
IN_CLOEXEC
);
in udev_watch_init()
/third_party/rust/crates/nix/src/sys/
H
A
D
inotify.rs
96
IN_CLOEXEC
;
/third_party/glfw/src/
H
A
D
linux_joystick.c
314
_glfw.linjs.inotify = inotify_init1(IN_NONBLOCK |
IN_CLOEXEC
);
in _glfwInitJoysticksLinux()
/third_party/node/deps/uv/src/unix/
H
A
D
linux-inotify.c
74
fd = inotify_init1(IN_NONBLOCK |
IN_CLOEXEC
);
in init_inotify()
/third_party/pulseaudio/src/modules/
H
A
D
module-udev-detect.c
657
if ((u->inotify_fd = inotify_init1(
IN_CLOEXEC
|IN_NONBLOCK)) < 0) {
in setup_inotify()
/third_party/libuv/src/unix/
H
A
D
linux.c
2366
fd = inotify_init1(IN_NONBLOCK |
IN_CLOEXEC
);
in init_inotify()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
2649
pub const
IN_CLOEXEC
: ::c_int = O_CLOEXEC;
consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H
A
D
general.rs
703
pub const
IN_CLOEXEC
: u32 = 524288;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
3132
pub const
IN_CLOEXEC
: ::c_int = O_CLOEXEC;
consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H
A
D
general.rs
708
pub const
IN_CLOEXEC
: u32 = 524288;
consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H
A
D
general.rs
708
pub const
IN_CLOEXEC
: u32 = 524288;
consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H
A
D
general.rs
715
pub const
IN_CLOEXEC
: u32 = 524288;
consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H
A
D
general.rs
712
pub const
IN_CLOEXEC
: u32 = 524288;
consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H
A
D
general.rs
715
pub const
IN_CLOEXEC
: u32 = 524288;
consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H
A
D
general.rs
712
pub const
IN_CLOEXEC
: u32 = 524288;
consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H
A
D
general.rs
702
pub const
IN_CLOEXEC
: u32 = 524288;
consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H
A
D
general.rs
923
pub const
IN_CLOEXEC
: u32 = 4194304;
consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H
A
D
general.rs
703
pub const
IN_CLOEXEC
: u32 = 524288;
consts
Completed in 151 milliseconds
1
2