Home
last modified time | relevance | path

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

/bionic/tests/
Deventfd_test.cpp52 int fd = eventfd(kInitialValue, EFD_CLOEXEC); in TEST()
62 fd = eventfd(kInitialValue, EFD_NONBLOCK | EFD_CLOEXEC); in TEST()
/bionic/libc/include/sys/
Deventfd.h44 #define EFD_CLOEXEC O_CLOEXEC macro