Home
last modified time | relevance | path

Searched refs:EFD_CLOEXEC (Results 1 – 1 of 1) sorted by relevance

/libev/
H A Dev.c438 # ifndef EFD_CLOEXEC
440 # define EFD_CLOEXEC O_CLOEXEC macro
442 # define EFD_CLOEXEC 02000000 macro
2390 fds [1] = eventfd (0, EFD_NONBLOCK | EFD_CLOEXEC); in evpipe_init()