Searched refs:TFD_TIMER_ABSTIME (Results 1 – 16 of 16) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd01.c | 112 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()
|
D | timerfd_settime02.c | 86 TEST(punch_clock(TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET)); in run()
|
D | timerfd04.c | 81 if (tv->tfd_settime(fd, TFD_TIMER_ABSTIME, tst_its_get(&it), NULL)) { in verify_timerfd()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | timerfd.h | 14 #define TFD_TIMER_ABSTIME 1 macro
|
/third_party/musl/include/sys/ |
D | timerfd.h | 14 #define TFD_TIMER_ABSTIME 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | timerfd.h | 14 #define TFD_TIMER_ABSTIME 1 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | timerfd.h | 14 #define TFD_TIMER_ABSTIME 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | timerfd.h | 14 #define TFD_TIMER_ABSTIME 1 macro
|
/third_party/flutter/engine/flutter/fml/platform/linux/ |
D | timerfd.h | 29 #define TFD_TIMER_ABSTIME (1 << 0) macro
|
D | timerfd.cc | 44 int result = ::timerfd_settime(fd, TFD_TIMER_ABSTIME, &spec, nullptr); in TimerRearm()
|
/third_party/libinput/src/ |
D | timer.c | 79 r = timerfd_settime(libinput->timer.fd, TFD_TIMER_ABSTIME, &its, NULL); in libinput_timer_arm_timer_fd()
|
/third_party/libusb/libusb/os/ |
D | events_posix.c | 168 if (timerfd_settime(timer->timerfd, TFD_TIMER_ABSTIME, &it, NULL) == -1) { in usbi_arm_timer()
|
/third_party/wayland_standard/src/ |
D | event-loop.c | 266 return timerfd_settime(timerfd, TFD_TIMER_ABSTIME, &its, NULL); in set_timer()
|
/third_party/boost/boost/asio/detail/impl/ |
D | epoll_reactor.ipp | 684 return usec ? 0 : TFD_TIMER_ABSTIME;
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | epoll_reactor.ipp | 684 return usec ? 0 : TFD_TIMER_ABSTIME;
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 1745 +#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);
|