HomeSort by: relevance | last modified time | path
    Searched defs:timerfd (Results 1 - 2 of 2) 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...]
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...]

Completed in 22 milliseconds