Searched refs:restartableClose (Results 1 – 1 of 1) sorted by relevance
387 restartableClose(int fd) in restartableClose() function407 return (fd == -1) ? 0 : restartableClose(fd); in closeSafely()440 restartableClose(from_fd); /* for possible use by opendir() */ in closeDescriptors()441 restartableClose(from_fd + 1); /* another one for good luck */ in closeDescriptors()453 restartableClose(fd); in closeDescriptors()466 (restartableClose(fd_from) == -1)) in moveDescriptor()772 if (restartableClose(fd) == -1 && errno != EBADF) in childProcess()800 restartableClose(FAIL_FILENO); in childProcess()935 restartableClose(fail[1]); fail[1] = -1; /* See: WhyCantJohnnyExec */ in UNIXProcess_forkAndExec()