/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | eventfd_select_interrupter.ipp | 57 # if defined(EFD_CLOEXEC) && defined(EFD_NONBLOCK) 59 ::eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); 60 # else // defined(EFD_CLOEXEC) && defined(EFD_NONBLOCK) 63 # endif // defined(EFD_CLOEXEC) && defined(EFD_NONBLOCK)
|
/third_party/boost/boost/asio/detail/impl/ |
D | eventfd_select_interrupter.ipp | 57 # if defined(EFD_CLOEXEC) && defined(EFD_NONBLOCK) 59 ::eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); 60 # else // defined(EFD_CLOEXEC) && defined(EFD_NONBLOCK) 63 # endif // defined(EFD_CLOEXEC) && defined(EFD_NONBLOCK)
|
/third_party/ltp/testcases/kernel/syscalls/eventfd2/ |
D | eventfd2_01.c | 65 #define EFD_CLOEXEC O_CLOEXEC macro 107 fd = ltp_syscall(__NR_eventfd2, 1, EFD_CLOEXEC); in main()
|
/third_party/grpc/test/core/iomgr/ |
D | ev_epollex_linux_test.cc | 49 ev_fd1 = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in test_pollable_owner_fd() 50 ev_fd2 = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in test_pollable_owner_fd()
|
/third_party/musl/include/sys/ |
D | eventfd.h | 14 #define EFD_CLOEXEC O_CLOEXEC macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | eventfd.h | 14 #define EFD_CLOEXEC O_CLOEXEC macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | eventfd.h | 14 #define EFD_CLOEXEC O_CLOEXEC macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | eventfd.h | 14 #define EFD_CLOEXEC O_CLOEXEC macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | eventfd.h | 14 #define EFD_CLOEXEC O_CLOEXEC macro
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | eventfd.c | 37 int ret = eventfd(0, EFD_CLOEXEC); in eventfd_0200()
|
/third_party/pulseaudio/src/pulsecore/ |
D | fdsem.c | 63 if ((f->efd = eventfd(0, EFD_CLOEXEC)) >= 0) in pa_fdsem_new() 110 if ((f->efd = eventfd(0, EFD_CLOEXEC)) < 0) { in pa_fdsem_new_shm()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | wakeup_fd_eventfd.cc | 35 fd_info->read_fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in eventfd_create()
|
D | is_epollexclusive_available.cc | 51 int evfd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in grpc_is_epollexclusive_available()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-pipe.c | 37 pt->dummy_pipe_fds[0] = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); in lws_plat_pipe_create()
|
/third_party/boost/libs/process/test/ |
D | limit_fd.cpp | 97 # if defined(EFD_CLOEXEC) && defined(EFD_NONBLOCK) 98 int event_fd =::eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK);
|
/third_party/glib/glib/ |
D | gwakeup.c | 146 wakeup->fds[0] = eventfd (0, EFD_CLOEXEC | EFD_NONBLOCK); in g_wakeup_new()
|
/third_party/libuv/src/unix/ |
D | async.c | 210 err = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); in uv__async_start()
|
/third_party/libusb/libusb/os/ |
D | events_posix.c | 50 event->eventfd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in usbi_create_event()
|
/third_party/weston/libweston/ |
D | dbus.c | 237 fd = eventfd(0, EFD_CLOEXEC); in weston_dbus_bind()
|
/third_party/libusb/ |
D | configure.ac | 225 …AC_CHECK_DECLS([EFD_NONBLOCK, EFD_CLOEXEC], [eventfd_h_ok=yes], [eventfd_h_ok=], [[#include <sys/e…
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/ |
D | ilm_control_wayland_platform.c | 1394 ctx->shutdown_fd = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); in init_control()
|
/third_party/python/Lib/test/ |
D | test_os.py | 3707 flags = os.EFD_CLOEXEC | os.EFD_SEMAPHORE | os.EFD_NONBLOCK 3732 flags = os.EFD_CLOEXEC | os.EFD_NONBLOCK
|
/third_party/python/Doc/library/ |
D | os.rst | 3324 .. function:: eventfd(initval[, flags=os.EFD_CLOEXEC]) 3337 *flags* can be constructed from :const:`EFD_CLOEXEC`, 3393 .. data:: EFD_CLOEXEC
|
/third_party/glib/ |
D | meson.build | 807 eventfd (0, EFD_CLOEXEC);
|
/third_party/python/Modules/clinic/ |
D | posixmodule.c.h | 7842 int flags = EFD_CLOEXEC; in os_eventfd()
|