|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | EFD_SEMAPHORE (1 << 0) |
| #define | EFD_CLOEXEC O_CLOEXEC |
| #define | EFD_NONBLOCK O_NONBLOCK |
| #define | EFD_SHARED_FCNTL_FLAGS (O_CLOEXEC | O_NONBLOCK) |
| #define | EFD_FLAGS_SET (EFD_SHARED_FCNTL_FLAGS | EFD_SEMAPHORE) |
| #define EFD_FLAGS_SET (EFD_SHARED_FCNTL_FLAGS | EFD_SEMAPHORE) |
| #define EFD_NONBLOCK O_NONBLOCK |
| #define EFD_SHARED_FCNTL_FLAGS (O_CLOEXEC | O_NONBLOCK) |
1.8.2