Home
last modified time | relevance | path

Searched refs:O_CLOEXEC (Results 1 – 7 of 7) sorted by relevance

/include/linux/
Dtimerfd.h22 #define TFD_CLOEXEC O_CLOEXEC
Deventfd.h17 #define EFD_CLOEXEC O_CLOEXEC
Deventpoll.h22 #define EPOLL_CLOEXEC O_CLOEXEC
Dsignalfd.h16 #define SFD_CLOEXEC O_CLOEXEC
Dinotify.h69 #define IN_CLOEXEC O_CLOEXEC
Dnet.h104 #define SOCK_CLOEXEC O_CLOEXEC
/include/asm-generic/
Dfcntl.h51 #ifndef O_CLOEXEC
52 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro