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

  /external/grpc-grpc/src/core/lib/iomgr/
ev_epollsig_linux.cc 858 int ret_fd = -1; local
861 ret_fd = fd->fd;
865 return ret_fd;
    [all...]
ev_epollex_linux.cc 460 int ret_fd = fd->fd; local
461 return (gpr_atm_acq_load(&fd->refst) & 1) ? ret_fd : -1;
    [all...]
  /external/ppp/pppd/
sys-linux.c 405 int ret_fd; local
437 ret_fd = generic_establish_ppp(tty_fd);
443 if (ret_fd >= 0) {
451 return ret_fd;
    [all...]

Completed in 177 milliseconds