Home
last modified time | relevance | path

Searched refs:SFD_NONBLOCK (Results 1 – 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/signalfd4/
Dsignalfd4_02.c64 #define SFD_NONBLOCK O_NONBLOCK macro
158 SFD_NONBLOCK); in main()
/third_party/musl/src/linux/
Dsignalfd.c16 if (flags & SFD_NONBLOCK) in signalfd()
/third_party/musl/include/sys/
Dsignalfd.h16 #define SFD_NONBLOCK O_NONBLOCK macro
/third_party/musl/ndk_musl_include/sys/
Dsignalfd.h16 #define SFD_NONBLOCK O_NONBLOCK macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsignalfd.h16 #define SFD_NONBLOCK O_NONBLOCK macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsignalfd.h16 #define SFD_NONBLOCK O_NONBLOCK macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsignalfd.h16 #define SFD_NONBLOCK O_NONBLOCK macro
/third_party/eudev/src/udev/
Dudevadm-test.c137 event->fd_signal = signalfd(-1, &mask, SFD_NONBLOCK|SFD_CLOEXEC); in adm_test()
Dudevd.c258 fd_signal = signalfd(-1, &mask, SFD_NONBLOCK|SFD_CLOEXEC); in worker_spawn()
1322 fd_signal = signalfd(-1, &mask, SFD_NONBLOCK|SFD_CLOEXEC); in main()
/third_party/eudev/test/
Dtest-udev.c138 event->fd_signal = signalfd(-1, &mask, SFD_NONBLOCK|SFD_CLOEXEC); in main()
/third_party/wayland_standard/src/
Devent-loop.c730 source->base.fd = signalfd(-1, &mask, SFD_CLOEXEC | SFD_NONBLOCK); in wl_event_loop_add_signal()
/third_party/weston/libweston/
Dweston-launch.c281 wl->signalfd = signalfd(-1, &mask, SFD_NONBLOCK | SFD_CLOEXEC); in setup_signals()
/third_party/libinput/tools/
Dlibinput-record.c2129 fds[0].fd = signalfd(-1, &mask, SFD_NONBLOCK); in mainloop()