/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd02.c | 67 #define TFD_CLOEXEC O_CLOEXEC macro 158 TFD_CLOEXEC); in main()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | timerfd.h | 12 #define TFD_CLOEXEC O_CLOEXEC macro
|
/third_party/musl/include/sys/ |
D | timerfd.h | 12 #define TFD_CLOEXEC O_CLOEXEC macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | timerfd.h | 12 #define TFD_CLOEXEC O_CLOEXEC macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | timerfd.h | 12 #define TFD_CLOEXEC O_CLOEXEC macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | timerfd.h | 12 #define TFD_CLOEXEC O_CLOEXEC macro
|
/third_party/flutter/engine/flutter/fml/platform/linux/ |
D | timerfd.h | 32 #define TFD_CLOEXEC O_CLOEXEC macro
|
D | message_loop_linux.cc | 19 timer_fd_(::timerfd_create(kClockType, TFD_NONBLOCK | TFD_CLOEXEC)), in MessageLoopLinux()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | timerfd_create.c | 29 int timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in timerfd_create_0100()
|
/third_party/flutter/engine/flutter/fml/platform/android/ |
D | message_loop_android.cc | 33 timer_fd_(::timerfd_create(kClockType, TFD_NONBLOCK | TFD_CLOEXEC)), in MessageLoopAndroid()
|
/third_party/boost/libs/process/test/ |
D | limit_fd.cpp | 93 # if defined(TFD_CLOEXEC) //check timer 94 int timer_fd = ::timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC);
|
/third_party/wayland_standard/ |
D | configure.ac | 112 AC_CHECK_DECL(TFD_CLOEXEC,[], 113 [AC_MSG_ERROR("TFD_CLOEXEC is needed to compile wayland libraries")],
|
D | meson.build | 50 { 'header': 'sys/timerfd.h', 'symbol': 'TFD_CLOEXEC' },
|
/third_party/boost/boost/asio/detail/impl/ |
D | epoll_reactor.ipp | 605 # 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/ |
D | epoll_reactor.ipp | 605 # 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/ |
D | timer.c | 188 TFD_CLOEXEC | TFD_NONBLOCK); in libinput_timer_subsys_init()
|
/third_party/libusb/libusb/os/ |
D | events_posix.c | 149 timer->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in usbi_create_timer()
|
/third_party/curl/docs/examples/ |
D | ephiperfifo.c | 484 g.tfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in main()
|
/third_party/wayland_standard/src/ |
D | event-loop.c | 319 TFD_CLOEXEC | TFD_NONBLOCK); in wl_timer_heap_ensure_timerfd()
|
/third_party/libusb/ |
D | configure.ac | 263 …AC_CHECK_DECLS([TFD_NONBLOCK, TFD_CLOEXEC], [timerfd_h_ok=yes], [timerfd_h_ok=], [[#include <sys/t…
|
/third_party/weston/clients/ |
D | window.c | 6620 tt->fd = timerfd_create(clock, TFD_CLOEXEC | TFD_NONBLOCK); in toytimer_init()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 1826 + // We can't create the timerfd with TFD_NONBLOCK | TFD_CLOEXEC as we can't
|