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

  /external/avahi/avahi-compat-howl/
compat.c 87 int thread_fd, main_fd; member in struct:_sw_discovery
181 if ((command = read_command(self->thread_fd)) < 0)
209 if (write_command(self->thread_fd, ret < 0 ? COMMAND_POLL_FAILED : COMMAND_POLL_DONE) < 0)
358 (*self)->thread_fd = fd[0];
449 if (self->thread_fd >= 0)
450 close(self->thread_fd);
  /external/avahi/avahi-compat-libdns_sd/
compat.c 68 int thread_fd, main_fd; member in struct:_DNSServiceRef_t
318 if ((command = read_command(sdref->thread_fd)) < 0)
346 if (write_command(sdref->thread_fd, ret < 0 ? COMMAND_POLL_FAILED : COMMAND_POLL_DONE) < 0)
373 sdref->thread_fd = fd[0];
436 if (sdref->thread_fd >= 0)
437 close(sdref->thread_fd);
    [all...]

Completed in 41 milliseconds