HomeSort by relevance Sort by last modified time
    Searched full:accept_fd (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ipc/
unix_domain_socket_util.cc 187 int accept_fd = HANDLE_EINTR(accept(server_listen_fd, NULL, 0)); local
188 if (accept_fd < 0)
190 file_util::ScopedFD scoped_fd(&accept_fd);
191 if (HANDLE_EINTR(fcntl(accept_fd, F_SETFL, O_NONBLOCK)) < 0) {
192 PLOG(ERROR) << "fcntl(O_NONBLOCK) " << accept_fd;

Completed in 617 milliseconds