Searched refs:EFD_CLOEXEC (Results 1 – 2 of 2) sorted by relevance
52 int fd = eventfd(kInitialValue, EFD_CLOEXEC); in TEST()62 fd = eventfd(kInitialValue, EFD_NONBLOCK | EFD_CLOEXEC); in TEST()
44 #define EFD_CLOEXEC O_CLOEXEC macro