/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | timerfd_create.c | 29 int timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in timerfd_create_0100() 45 int timerfd = timerfd_create(CLOCK_REALTIME, 0); in timerfd_create_0200() 60 int timerfd = timerfd_create(-1, -1); in timerfd_create_0300()
|
H A D | timerfd_settime.c | 44 fd = timerfd_create(CLOCK_REALTIME, 0); in timerfd_settime_0100() 46 t_error("%s timerfd_create failed\n", __func__); in timerfd_settime_0100() 95 fd = timerfd_create(CLOCK_REALTIME, 0); in timerfd_settime64_0100() 97 t_error("%s timerfd_create failed\n", __func__); in timerfd_settime64_0100()
|
H A D | timerfd_gettime.c | 40 fd = timerfd_create(CLOCK_REALTIME, 0); in timerfd_gettime_0100() 42 t_error("%s timerfd_create failed", __func__); in timerfd_gettime_0100() 92 fd = timerfd_create(CLOCK_REALTIME, 0); in timerfd_gettime64_0100() 94 t_error("%s timerfd_create failed", __func__); in timerfd_gettime64_0100()
|
/third_party/rust/crates/rustix/src/time/ |
H A D | timerfd.rs | 6 /// `timerfd_create(clockid, flags)`—Create a timer. 11 /// [Linux]: https://man7.org/linux/man-pages/man2/timerfd_create.2.html 13 pub fn timerfd_create(clockid: TimerfdClockId, flags: TimerfdFlags) -> io::Result<OwnedFd> { in timerfd_create() functions 14 backend::time::syscalls::timerfd_create(clockid, flags) in timerfd_create()
|
H A D | mod.rs | 18 timerfd_create, timerfd_gettime, timerfd_settime, Itimerspec, TimerfdClockId, TimerfdFlags,
|
/third_party/rust/crates/rustix/tests/time/ |
H A D | timerfd.rs | 2 timerfd_create, timerfd_gettime, timerfd_settime, Itimerspec, TimerfdClockId, TimerfdFlags, 8 let fd = timerfd_create(TimerfdClockId::Monotonic, TimerfdFlags::CLOEXEC).unwrap(); in test_timerfd() 42 let fd = timerfd_create(TimerfdClockId::Monotonic, TimerfdFlags::CLOEXEC).unwrap(); in test_timerfd_with_interval()
|
H A D | y2038.rs | 41 timerfd_create, timerfd_gettime, timerfd_settime, Itimerspec, TimerfdClockId, TimerfdFlags, in test_y2038_with_timerfd() 45 let fd = timerfd_create(TimerfdClockId::Monotonic, TimerfdFlags::CLOEXEC).unwrap(); in test_y2038_with_timerfd()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | timerfd.h | 19 int timerfd_create(int, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | timerfd.h | 19 int timerfd_create(int, int);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | timerfd.h | 19 int timerfd_create(int, int);
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
H A D | linux_timerfd_create_test.cpp | 20 int timerfd = timerfd_create(CLOCK_MONOTONIC, 0); in HWTEST_F()
|
H A D | linux_timerfd_settime_test.cpp | 13 * @tc.desc: This test verifies that for timerfd_create, timerfd_settime and timerfd_gettime functions create a 22 int fd = timerfd_create(CLOCK_REALTIME, 0); in HWTEST_F()
|
/third_party/musl/include/sys/ |
H A D | timerfd.h | 19 int timerfd_create(int, int);
|
/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
H A D | timerfd_create01.c | 34 TST_EXP_FAIL(timerfd_create(test->clockid, test->flags), test->exp_errno); in run()
|
H A D | timerfd_settime01.c | 57 clockfd = timerfd_create(CLOCK_REALTIME, 0); in setup() 59 tst_brk(TFAIL | TERRNO, "timerfd_create() fail"); in setup()
|
H A D | timerfd_gettime01.c | 51 clockfd = timerfd_create(CLOCK_REALTIME, 0); in setup() 53 tst_brk(TFAIL | TERRNO, "timerfd_create() fail"); in setup()
|
/third_party/ltp/include/lapi/ |
H A D | timerfd.h | 19 static inline int timerfd_create(int clockid, int flags) in timerfd_create() function
|
/third_party/ltp/lib/ |
H A D | tst_safe_timerfd.c | 19 fd = timerfd_create(clockid, flags); in safe_timerfd_create() 23 "timerfd_create(%s) failed", tst_clock_name(clockid)); in safe_timerfd_create() 26 "Invalid timerfd_create(%s) return value %d", in safe_timerfd_create()
|
/third_party/musl/src/linux/ |
H A D | timerfd.c | 7 int timerfd_create(int clockid, int flags) in timerfd_create() function
|
/third_party/rust/crates/nix/src/sys/ |
H A D | timerfd.rs | 6 //! For more documentation, please read [timerfd_create(2)](https://man7.org/linux/man-pages/man2/timerfd_create.2.html). 59 /// details on each kind of clock, please refer to [timerfd_create(2)](https://man7.org/linux/man-pages/man2/timerfd_create.2.html). 95 #[doc(alias("timerfd_create"))] 98 libc::timerfd_create(clockid as i32, flags.bits()) in new()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/time/ |
H A D | syscalls.rs | 70 pub(crate) fn timerfd_create(clockid: TimerfdClockId, flags: TimerfdFlags) -> io::Result<OwnedFd> {
|
/third_party/libinput/src/ |
H A D | timer.c | 194 libinput->timer.fd = timerfd_create(CLOCK_MONOTONIC, in libinput_timer_subsys_init()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_time.cpp | 156 int fd = timerfd_create(CLOCK_REALTIME, 0); in Bm_function_Timerfd_settime() 158 perror("timerfd_create"); in Bm_function_Timerfd_settime()
|
/third_party/alsa-utils/amidi/ |
H A D | amidi.c | 656 pfds[0].fd = timerfd_create(CLOCK_MONOTONIC, 0); in main()
|
/third_party/curl/docs/examples/ |
H A D | ephiperfifo.c | 484 g.tfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in main() 486 perror("timerfd_create failed"); in main()
|