Home
last modified time | relevance | path

Searched refs:inotify_init1 (Results 1 – 25 of 27) sorted by relevance

12

/third_party/musl/src/linux/
Dinotify.c7 return inotify_init1(0); in inotify_init()
9 int inotify_init1(int flags) in inotify_init1() function
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dinotify.h50 int inotify_init1(int);
/third_party/musl/include/sys/
Dinotify.h50 int inotify_init1(int);
/third_party/eudev/src/libudev/
Dlibudev-queue.c244 fd = inotify_init1(IN_CLOEXEC); in udev_queue_get_fd()
/third_party/eudev/src/udev/
Dudev-watch.c40 inotify_fd = inotify_init1(IN_CLOEXEC); in udev_watch_init()
/third_party/ltp/include/lapi/syscalls/
Darc.in27 inotify_init1 26
Dia64.in289 inotify_init1 1318
Daarch64.in27 inotify_init1 26
Dmips_n64.in288 inotify_init1 288
Dmips_n32.in292 inotify_init1 292
Ds390x.in269 inotify_init1 324
Dsparc64.in305 inotify_init1 322
Dsparc.in321 inotify_init1 322
Dsh.in304 inotify_init1 332
Dx86_64.in295 inotify_init1 294
Dpowerpc64.in318 inotify_init1 318
Di386.in330 inotify_init1 332
Dmips_o32.in329 inotify_init1 329
Dpowerpc.in318 inotify_init1 318
Ds390.in302 inotify_init1 324
Darm.in317 inotify_init1 (__NR_SYSCALL_BASE+360)
/third_party/libuv/src/unix/
Dlinux-inotify.c74 fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in init_inotify()
/third_party/flutter/glfw/src/
Dlinux_joystick.c181 _glfw.linux_js.inotify = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in _glfwInitJoysticksLinux()
/third_party/glib/gio/inotify/
Dinotify-kernel.c387 iks->fd = inotify_init1 (IN_CLOEXEC); in ik_source_new()
/third_party/pulseaudio/src/modules/
Dmodule-udev-detect.c657 if ((u->inotify_fd = inotify_init1(IN_CLOEXEC|IN_NONBLOCK)) < 0) { in setup_inotify()

12