Searched refs:EFD_CLOEXEC (Results 1 – 6 of 6) sorted by relevance
10 #ifndef EFD_CLOEXEC11 #define EFD_CLOEXEC 02000000 macro
8 #define EFD_CLOEXEC O_CLOEXEC macro
63 fd = sys_eventfd2(0, EFD_CLOEXEC); in TEST()92 fd = sys_eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK); in TEST()
377 sync_fd = eventfd(0, EFD_CLOEXEC); in TEST()
389 BUILD_BUG_ON(EFD_CLOEXEC != O_CLOEXEC); in do_eventfd()
1195 efd = eventfd(0, EFD_CLOEXEC); in TEST_F()
Completed in 18 milliseconds