OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN_NONBLOCK
(Results
1 - 25
of
35
) sorted by null
1
2
/external/strace/xlat/
inotify_init_flags.h
2
#if !(defined(
IN_NONBLOCK
) || (defined(HAVE_DECL_IN_NONBLOCK) && HAVE_DECL_IN_NONBLOCK))
3
# define
IN_NONBLOCK
O_NONBLOCK
19
XLAT(
IN_NONBLOCK
),
/bionic/libc/include/sys/
inotify.h
41
* Some third-party code uses the existence of IN_CLOEXEC/
IN_NONBLOCK
to detect
46
*
IN_NONBLOCK
if we don't have inotify_init1 for the time being, and maybe
53
#define
IN_NONBLOCK
O_NONBLOCK
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
inotify.h
30
IN_NONBLOCK
= 04000
31
#define
IN_NONBLOCK
IN_NONBLOCK
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
inotify.h
30
IN_NONBLOCK
= 04000
31
#define
IN_NONBLOCK
IN_NONBLOCK
/external/ltp/testcases/kernel/syscalls/inotify_init/
inotify_init1_02.c
63
#define
IN_NONBLOCK
O_NONBLOCK
153
fd = ltp_syscall(__NR_inotify_init1,
IN_NONBLOCK
);
156
"inotify_init1(
IN_NONBLOCK
) failed");
165
"inotify_init1(
IN_NONBLOCK
) set "
169
tst_resm(TPASS, "inotify_init1(
IN_NONBLOCK
) PASSED");
/bionic/libc/kernel/uapi/linux/
inotify.h
55
#define
IN_NONBLOCK
O_NONBLOCK
/external/kernel-headers/original/uapi/linux/
inotify.h
72
#define
IN_NONBLOCK
O_NONBLOCK
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
inotify.h
71
#define
IN_NONBLOCK
O_NONBLOCK
/hardware/libhardware/modules/sensors/dynamic_sensor/
ConnectionDetector.cpp
114
mInotifyFd = ::inotify_init1(
IN_NONBLOCK
);
/external/adhd/cras/src/common/
cras_file_wait.c
179
file_wait->inotify_fd = inotify_init1(
IN_NONBLOCK
|IN_CLOEXEC);
/device/google/contexthub/contexthubhal/
nanohubhal.cpp
117
pfd->fd = inotify_init1(
IN_NONBLOCK
);
/system/core/adb/
adb_auth_host.cpp
398
int infd = inotify_init1(IN_CLOEXEC |
IN_NONBLOCK
);
/prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go
365
IN_NONBLOCK
= 0x800
[
all
...]
zerrors_linux_amd64.go
365
IN_NONBLOCK
= 0x800
[
all
...]
zerrors_linux_arm.go
367
IN_NONBLOCK
= 0x800
[
all
...]
zerrors_linux_arm64.go
492
IN_NONBLOCK
= 0x800
[
all
...]
zerrors_linux_mips.go
473
IN_NONBLOCK
= 0x80
[
all
...]
zerrors_linux_mips64.go
488
IN_NONBLOCK
= 0x80
[
all
...]
zerrors_linux_mips64le.go
488
IN_NONBLOCK
= 0x80
[
all
...]
zerrors_linux_mipsle.go
473
IN_NONBLOCK
= 0x80
[
all
...]
/prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go
365
IN_NONBLOCK
= 0x800
[
all
...]
zerrors_linux_amd64.go
365
IN_NONBLOCK
= 0x800
[
all
...]
zerrors_linux_arm.go
367
IN_NONBLOCK
= 0x800
[
all
...]
zerrors_linux_arm64.go
492
IN_NONBLOCK
= 0x800
[
all
...]
zerrors_linux_mips.go
473
IN_NONBLOCK
= 0x80
[
all
...]
Completed in 2551 milliseconds
1
2