#include <sys/syscall.h>
#include <sys/types.h>
#include <sys/signal.h>
#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <signal.h>
#include <poll.h>
#include <fcntl.h>
#include <time.h>
#include <errno.h>
Include dependency graph for timerfd_wrap.h:
Go to the source code of this file.
Defines | |
| #define | TFD_TIMER_ABSTIME (1 << 0) |
Functions | |
| int | timerfd_create (int clockid, int flags) |
| int | timerfd_settime (int ufc, int flags, const struct itimerspec *utmr, struct itimerspec *otmr) |
| int | timerfd_gettime (int ufc, struct itimerspec *otmr) |
Definition in file timerfd_wrap.h.
| #define TFD_TIMER_ABSTIME (1 << 0) |
| int timerfd_create | ( | int | clockid, | |
| int | flags | |||
| ) |
| int timerfd_gettime | ( | int | ufc, | |
| struct itimerspec * | otmr | |||
| ) |
| int timerfd_settime | ( | int | ufc, | |
| int | flags, | |||
| const struct itimerspec * | utmr, | |||
| struct itimerspec * | otmr | |||
| ) |
1.4.7