Home
last modified time | relevance | path

Searched refs:TFD_CLOEXEC (Results 1 – 22 of 22) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd02.c67 #define TFD_CLOEXEC O_CLOEXEC macro
158 TFD_CLOEXEC); in main()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtimerfd.h12 #define TFD_CLOEXEC O_CLOEXEC macro
/third_party/musl/include/sys/
Dtimerfd.h12 #define TFD_CLOEXEC O_CLOEXEC macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtimerfd.h12 #define TFD_CLOEXEC O_CLOEXEC macro
/third_party/musl/ndk_musl_include/sys/
Dtimerfd.h12 #define TFD_CLOEXEC O_CLOEXEC macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtimerfd.h12 #define TFD_CLOEXEC O_CLOEXEC macro
/third_party/flutter/engine/flutter/fml/platform/linux/
Dtimerfd.h32 #define TFD_CLOEXEC O_CLOEXEC macro
Dmessage_loop_linux.cc19 timer_fd_(::timerfd_create(kClockType, TFD_NONBLOCK | TFD_CLOEXEC)), in MessageLoopLinux()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dtimerfd_create.c29 int timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in timerfd_create_0100()
/third_party/flutter/engine/flutter/fml/platform/android/
Dmessage_loop_android.cc33 timer_fd_(::timerfd_create(kClockType, TFD_NONBLOCK | TFD_CLOEXEC)), in MessageLoopAndroid()
/third_party/boost/libs/process/test/
Dlimit_fd.cpp93 # if defined(TFD_CLOEXEC) //check timer
94 int timer_fd = ::timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC);
/third_party/wayland_standard/
Dconfigure.ac112 AC_CHECK_DECL(TFD_CLOEXEC,[],
113 [AC_MSG_ERROR("TFD_CLOEXEC is needed to compile wayland libraries")],
Dmeson.build50 { 'header': 'sys/timerfd.h', 'symbol': 'TFD_CLOEXEC' },
/third_party/boost/boost/asio/detail/impl/
Depoll_reactor.ipp605 # if defined(TFD_CLOEXEC)
606 int fd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC);
607 # else // defined(TFD_CLOEXEC)
610 # endif // defined(TFD_CLOEXEC)
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Depoll_reactor.ipp605 # if defined(TFD_CLOEXEC)
606 int fd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC);
607 # else // defined(TFD_CLOEXEC)
610 # endif // defined(TFD_CLOEXEC)
/third_party/libinput/src/
Dtimer.c188 TFD_CLOEXEC | TFD_NONBLOCK); in libinput_timer_subsys_init()
/third_party/libusb/libusb/os/
Devents_posix.c149 timer->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in usbi_create_timer()
/third_party/curl/docs/examples/
Dephiperfifo.c484 g.tfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in main()
/third_party/wayland_standard/src/
Devent-loop.c319 TFD_CLOEXEC | TFD_NONBLOCK); in wl_timer_heap_ensure_timerfd()
/third_party/libusb/
Dconfigure.ac263 …AC_CHECK_DECLS([TFD_NONBLOCK, TFD_CLOEXEC], [timerfd_h_ok=yes], [timerfd_h_ok=], [[#include <sys/t…
/third_party/weston/clients/
Dwindow.c6620 tt->fd = timerfd_create(clock, TFD_CLOEXEC | TFD_NONBLOCK); in toytimer_init()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch1826 + // We can't create the timerfd with TFD_NONBLOCK | TFD_CLOEXEC as we can't