HomeSort by: relevance | last modified time | path
    Searched refs:timerfd (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/kern/
sys_timerfd.c 36 * timerfd
38 * Timerfd objects are similar to POSIX timers, except they are associated
39 * with a file descriptor rather than a process. Timerfd objects are
41 * The timerfd analogues for timer_gettime(2) and timer_settime(2) are
44 * When a timerfd object's timer fires, an internal counter is incremented.
45 * When this counter is non-zero, the descriptor associated with the timerfd
49 * responsible for incrementing the "overrun" counter each time the timerfd
52 * This implementation is API compatible with the Linux timerfd interface.
67 #include <sys/timerfd.h>
70 /* N.B. all timerfd state is protected by itimer_lock() *
71 struct timerfd { struct
    [all...]
  /src/sys/sys/
file.h 115 struct timerfd *fd_timerfd; // DTYPE_TIMERFD
189 #define DTYPE_TIMERFD 10 /* timerfd */
194 "semaphore", "eventfd", "timerfd", "memfd"
Makefile 46 tape.h termios.h time.h timeb.h timepps.h timerfd.h times.h timespec.h \
  /src/lib/libc/sys/
Makefile.inc 297 timer_settime.2 timerfd.2 truncate.2 umask.2 undelete.2 \
396 MLINKS+=timerfd.2 timerfd_create.2 \
397 timerfd.2 timerfd_gettime.2 \
398 timerfd.2 timerfd_settime.2
  /src/sys/compat/linux/common/
linux_time.c 42 #include <sys/timerfd.h>
  /src/sys/compat/linux32/common/
linux32_time.c 48 #include <sys/timerfd.h>
  /src/sys/compat/netbsd32/
netbsd32_time.c 41 #include <sys/timerfd.h>
  /src/tests/lib/libc/sys/
t_timerfd.c 41 #include <sys/timerfd.h>
603 * Read the timerfd to ensure we get the correct numnber of

Completed in 15 milliseconds