Searched refs:O_CLOEXEC (Results 1 – 14 of 14) sorted by relevance
8 #define EFD_CLOEXEC O_CLOEXEC
32 #define TFD_CLOEXEC O_CLOEXEC
19 #define DMA_HEAP_VALID_FD_FLAGS (O_CLOEXEC | O_ACCMODE)
17 #define SFD_CLOEXEC O_CLOEXEC
72 #define IN_CLOEXEC O_CLOEXEC
23 #define EPOLL_CLOEXEC O_CLOEXEC
65 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */
61 #ifndef O_CLOEXEC62 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro
26 #define EFD_SHARED_FCNTL_FLAGS (O_CLOEXEC | O_NONBLOCK)
13 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)
33 #define UFFD_SHARED_FCNTL_FLAGS (O_CLOEXEC | O_NONBLOCK)
80 #define SOCK_CLOEXEC O_CLOEXEC
40 { O_CLOEXEC, "O_CLOEXEC" })
885 #define DRM_CLOEXEC O_CLOEXEC
Completed in 23 milliseconds