Searched refs:SFD_NONBLOCK (Results 1 – 13 of 13) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/signalfd4/ |
D | signalfd4_02.c | 64 #define SFD_NONBLOCK O_NONBLOCK macro 158 SFD_NONBLOCK); in main()
|
/third_party/musl/src/linux/ |
D | signalfd.c | 16 if (flags & SFD_NONBLOCK) in signalfd()
|
/third_party/musl/include/sys/ |
D | signalfd.h | 16 #define SFD_NONBLOCK O_NONBLOCK macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | signalfd.h | 16 #define SFD_NONBLOCK O_NONBLOCK macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | signalfd.h | 16 #define SFD_NONBLOCK O_NONBLOCK macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | signalfd.h | 16 #define SFD_NONBLOCK O_NONBLOCK macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | signalfd.h | 16 #define SFD_NONBLOCK O_NONBLOCK macro
|
/third_party/eudev/src/udev/ |
D | udevadm-test.c | 137 event->fd_signal = signalfd(-1, &mask, SFD_NONBLOCK|SFD_CLOEXEC); in adm_test()
|
D | udevd.c | 258 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/ |
D | test-udev.c | 138 event->fd_signal = signalfd(-1, &mask, SFD_NONBLOCK|SFD_CLOEXEC); in main()
|
/third_party/wayland_standard/src/ |
D | event-loop.c | 730 source->base.fd = signalfd(-1, &mask, SFD_CLOEXEC | SFD_NONBLOCK); in wl_event_loop_add_signal()
|
/third_party/weston/libweston/ |
D | weston-launch.c | 281 wl->signalfd = signalfd(-1, &mask, SFD_NONBLOCK | SFD_CLOEXEC); in setup_signals()
|
/third_party/libinput/tools/ |
D | libinput-record.c | 2129 fds[0].fd = signalfd(-1, &mask, SFD_NONBLOCK); in mainloop()
|