Searched refs:thread_fd (Results 1 - 2 of 2) sorted by relevance

/external/avahi/avahi-compat-howl/
H A Dcompat.c87 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/
H A Dcompat.c68 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);

Completed in 105 milliseconds