Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
timerfd.h File Reference
#include <linux/fcntl.h>

Go to the source code of this file.

Macros

#define TFD_TIMER_ABSTIME   (1 << 0)
 
#define TFD_TIMER_CANCEL_ON_SET   (1 << 1)
 
#define TFD_CLOEXEC   O_CLOEXEC
 
#define TFD_NONBLOCK   O_NONBLOCK
 
#define TFD_SHARED_FCNTL_FLAGS   (TFD_CLOEXEC | TFD_NONBLOCK)
 
#define TFD_CREATE_FLAGS   TFD_SHARED_FCNTL_FLAGS
 
#define TFD_SETTIME_FLAGS   (TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET)
 

Macro Definition Documentation

#define TFD_CLOEXEC   O_CLOEXEC

Definition at line 23 of file timerfd.h.

#define TFD_CREATE_FLAGS   TFD_SHARED_FCNTL_FLAGS

Definition at line 28 of file timerfd.h.

#define TFD_NONBLOCK   O_NONBLOCK

Definition at line 24 of file timerfd.h.

#define TFD_SETTIME_FLAGS   (TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET)

Definition at line 30 of file timerfd.h.

#define TFD_SHARED_FCNTL_FLAGS   (TFD_CLOEXEC | TFD_NONBLOCK)

Definition at line 26 of file timerfd.h.

#define TFD_TIMER_ABSTIME   (1 << 0)

Definition at line 21 of file timerfd.h.

#define TFD_TIMER_CANCEL_ON_SET   (1 << 1)

Definition at line 22 of file timerfd.h.