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

  /external/avahi/avahi-common/
simple-watch.c 75 int n_watches; member in struct:AvahiSimplePoll
163 s->n_watches++;
214 w->simple_poll->n_watches --;
225 w->simple_poll->n_watches --;
347 s->n_watches = 0;
372 assert(s->n_watches == 0);
391 if (s->n_watches+1 > s->max_pollfds) {
394 s->max_pollfds = s->n_watches + 10;

Completed in 61 milliseconds