HomeSort by relevance Sort by last modified time
    Searched refs:filefd_CLOEXEC_enabled (Results 1 - 8 of 8) sorted by null

  /development/ndk/sources/android/libportable/arch-mips/
pipe.c 79 filefd_CLOEXEC_enabled(pipefd[0]);
80 filefd_CLOEXEC_enabled(pipefd[1]);
inotify.c 77 filefd_CLOEXEC_enabled(rv);
timerfd.c 74 filefd_CLOEXEC_enabled(rv);
eventfd.c 88 filefd_CLOEXEC_enabled(rv);
fcntl.c 415 filefd_CLOEXEC_enabled(fd);
filefd.c 384 __hidden void filefd_CLOEXEC_enabled(int fd)
signal.c     [all...]
  /development/ndk/sources/android/libportable/common/include/
filefd_portable.h 36 extern __hidden void filefd_CLOEXEC_enabled(int fd);

Completed in 248 milliseconds