Searched refs:EFD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
22 #define EFD_CLOEXEC O_CLOEXEC macro
397 BUILD_BUG_ON(EFD_CLOEXEC != O_CLOEXEC); in eventfd_file_create()
69 #ifndef EFD_CLOEXEC70 # define EFD_CLOEXEC 02000000 macro