Searched refs:EFD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
30 if (flags & ~(EFD_NONBLOCK | EFD_CLOEXEC | EFD_SEMAPHORE)) { in eventfd()38 if (flags & EFD_CLOEXEC) in eventfd()
38 #define EFD_CLOEXEC 02000000 /* LX_O_CLOEXEC */ macro
104 fd = eventfd(2, EFD_NONBLOCK | EFD_CLOEXEC | EFD_SEMAPHORE); in main()