Linux Kernel
3.7.1
|
#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) |
#define TFD_CREATE_FLAGS TFD_SHARED_FCNTL_FLAGS |
#define TFD_NONBLOCK O_NONBLOCK |
#define TFD_SETTIME_FLAGS (TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET) |
#define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK) |