Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Djob.h32 # ifndef FD_CLOEXEC
33 # define FD_CLOEXEC 1 macro
35 # define CLOSE_ON_EXEC(_d) (void) fcntl ((_d), F_SETFD, FD_CLOEXEC)
Dgetloadavg.c921 # ifndef FD_CLOEXEC in getloadavg()
922 # define FD_CLOEXEC 1 in getloadavg() macro
924 (void) fcntl (channel, F_SETFD, FD_CLOEXEC); in getloadavg()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc1011 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(cwd_fd, F_SETFD, FD_CLOEXEC)); in ExecDeathTestSpawnChild()
1028 fd_flags | FD_CLOEXEC)); in ExecDeathTestSpawnChild()