Home
last modified time | relevance | path

Searched defs:timerfd (Results 1 – 4 of 4) sorted by relevance

/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() local
45 int timerfd = timerfd_create(CLOCK_REALTIME, 0); in timerfd_create_0200() local
60 int timerfd = timerfd_create(-1, -1); in timerfd_create_0300() local
/third_party/libusb/libusb/os/
Devents_posix.h48 int timerfd; member
/third_party/libusb/
Dconfigure.ac256 AC_ARG_ENABLE([timerfd], optenable
/third_party/wayland_standard/src/
Devent-loop.c260 set_timer(int timerfd, struct timespec deadline) { in set_timer()
270 clear_timer(int timerfd) in clear_timer()