Home
last modified time | relevance | path

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

/base/startup/init/services/loopevent/utils/
H A Dle_utils.c25 option = option | O_NONBLOCK | FD_CLOEXEC; in SetNoBlock()
/base/startup/init/test/systest/
H A Dloopserver_systest.c144 SetFdCtrl(LE_GetSocketFd(*server), FD_CLOEXEC); in CreatePipeServer()
169 SetFdCtrl(LE_GetSocketFd(*server), FD_CLOEXEC); in CreateTcpServer()
/base/startup/appspawn/standard/
H A Dappspawn_service.c88 // FD_CLOEXEC
393 SetFdCtrl(LE_GetSocketFd(stream), FD_CLOEXEC); in OnConnection() local
1075 SetFdCtrl(LE_GetSocketFd(*server), FD_CLOEXEC); in CreateAppSpawnServer()
1529 int ret = fcntl(fd, F_SETFD, (unsigned int)op & ~FD_CLOEXEC); in ProcessSpawnRestartMsg()

Completed in 8 milliseconds