HomeSort by: relevance | last modified time | path
    Searched refs:EFD_CLOEXEC (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
eventfd.h 45 #define EFD_CLOEXEC O_CLOEXEC
  /src/sys/kern/
sys_eventfd.c 103 /* Caller deals with EFD_CLOEXEC and EFD_NONBLOCK. */
556 if (flags & ~(EFD_CLOEXEC | EFD_NONBLOCK | EFD_SEMAPHORE)) {
571 fd_set_exclose(l, fd, !!(flags & EFD_CLOEXEC));
  /src/tests/lib/libc/sys/
t_eventfd.c 737 eventfd(0, ~(EFD_SEMAPHORE | EFD_CLOEXEC | EFD_NONBLOCK)) == -1);
806 ATF_REQUIRE((efd = eventfd(1, EFD_NONBLOCK | EFD_CLOEXEC)) >= 0);
  /src/sys/compat/linux/common/
linux_misc.c 1737 nflags |= EFD_CLOEXEC;

Completed in 23 milliseconds