Home
last modified time | relevance | path

Searched refs:TFD_TIMER_ABSTIME (Results 1 – 16 of 16) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd01.c112 settime(tfd, &tmr, TFD_TIMER_ABSTIME, tnow + 100 * 1000, 0); in run()
117 settime(tfd, &tmr, TFD_TIMER_ABSTIME, tnow + 50 * 1000, 50 * 1000); in run()
Dtimerfd_settime02.c86 TEST(punch_clock(TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET)); in run()
Dtimerfd04.c81 if (tv->tfd_settime(fd, TFD_TIMER_ABSTIME, tst_its_get(&it), NULL)) { in verify_timerfd()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtimerfd.h14 #define TFD_TIMER_ABSTIME 1 macro
/third_party/musl/include/sys/
Dtimerfd.h14 #define TFD_TIMER_ABSTIME 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtimerfd.h14 #define TFD_TIMER_ABSTIME 1 macro
/third_party/musl/ndk_musl_include/sys/
Dtimerfd.h14 #define TFD_TIMER_ABSTIME 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtimerfd.h14 #define TFD_TIMER_ABSTIME 1 macro
/third_party/flutter/engine/flutter/fml/platform/linux/
Dtimerfd.h29 #define TFD_TIMER_ABSTIME (1 << 0) macro
Dtimerfd.cc44 int result = ::timerfd_settime(fd, TFD_TIMER_ABSTIME, &spec, nullptr); in TimerRearm()
/third_party/libinput/src/
Dtimer.c79 r = timerfd_settime(libinput->timer.fd, TFD_TIMER_ABSTIME, &its, NULL); in libinput_timer_arm_timer_fd()
/third_party/libusb/libusb/os/
Devents_posix.c168 if (timerfd_settime(timer->timerfd, TFD_TIMER_ABSTIME, &it, NULL) == -1) { in usbi_arm_timer()
/third_party/wayland_standard/src/
Devent-loop.c266 return timerfd_settime(timerfd, TFD_TIMER_ABSTIME, &its, NULL); in set_timer()
/third_party/boost/boost/asio/detail/impl/
Depoll_reactor.ipp684 return usec ? 0 : TFD_TIMER_ABSTIME;
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Depoll_reactor.ipp684 return usec ? 0 : TFD_TIMER_ABSTIME;
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch1745 +#ifndef TFD_TIMER_ABSTIME
1746 +#define TFD_TIMER_ABSTIME (1 << 0)
1804 + return timerfd_settime(ufc, TFD_TIMER_ABSTIME, utmr, otmr);
1806 + return syscall(__NR_timerfd_settime, ufc, TFD_TIMER_ABSTIME, utmr, otmr);