OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 23 07:09:52 GMT 2025