Home
last modified time | relevance | path

Searched refs:EFD_CLOEXEC (Results 1 – 25 of 29) sorted by relevance

12

/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Deventfd_select_interrupter.ipp57 # 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/
Deventfd_select_interrupter.ipp57 # 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/
Deventfd2_01.c65 #define EFD_CLOEXEC O_CLOEXEC macro
107 fd = ltp_syscall(__NR_eventfd2, 1, EFD_CLOEXEC); in main()
/third_party/grpc/test/core/iomgr/
Dev_epollex_linux_test.cc49 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/
Deventfd.h14 #define EFD_CLOEXEC O_CLOEXEC macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Deventfd.h14 #define EFD_CLOEXEC O_CLOEXEC macro
/third_party/musl/ndk_musl_include/sys/
Deventfd.h14 #define EFD_CLOEXEC O_CLOEXEC macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Deventfd.h14 #define EFD_CLOEXEC O_CLOEXEC macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Deventfd.h14 #define EFD_CLOEXEC O_CLOEXEC macro
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Deventfd.c37 int ret = eventfd(0, EFD_CLOEXEC); in eventfd_0200()
/third_party/pulseaudio/src/pulsecore/
Dfdsem.c63 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/
Dwakeup_fd_eventfd.cc35 fd_info->read_fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in eventfd_create()
Dis_epollexclusive_available.cc51 int evfd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in grpc_is_epollexclusive_available()
/third_party/libwebsockets/lib/plat/unix/
Dunix-pipe.c37 pt->dummy_pipe_fds[0] = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); in lws_plat_pipe_create()
/third_party/boost/libs/process/test/
Dlimit_fd.cpp97 # if defined(EFD_CLOEXEC) && defined(EFD_NONBLOCK)
98 int event_fd =::eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK);
/third_party/glib/glib/
Dgwakeup.c146 wakeup->fds[0] = eventfd (0, EFD_CLOEXEC | EFD_NONBLOCK); in g_wakeup_new()
/third_party/libuv/src/unix/
Dasync.c210 err = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); in uv__async_start()
/third_party/libusb/libusb/os/
Devents_posix.c50 event->eventfd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in usbi_create_event()
/third_party/weston/libweston/
Ddbus.c237 fd = eventfd(0, EFD_CLOEXEC); in weston_dbus_bind()
/third_party/libusb/
Dconfigure.ac225 …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/
Dilm_control_wayland_platform.c1394 ctx->shutdown_fd = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); in init_control()
/third_party/python/Lib/test/
Dtest_os.py3707 flags = os.EFD_CLOEXEC | os.EFD_SEMAPHORE | os.EFD_NONBLOCK
3732 flags = os.EFD_CLOEXEC | os.EFD_NONBLOCK
/third_party/python/Doc/library/
Dos.rst3324 .. function:: eventfd(initval[, flags=os.EFD_CLOEXEC])
3337 *flags* can be constructed from :const:`EFD_CLOEXEC`,
3393 .. data:: EFD_CLOEXEC
/third_party/glib/
Dmeson.build807 eventfd (0, EFD_CLOEXEC);
/third_party/python/Modules/clinic/
Dposixmodule.c.h7842 int flags = EFD_CLOEXEC; in os_eventfd()

12