Lines Matching defs:quit
58 bool quit:1;
232 if (p->quit) {
261 if (p->quit || (k = i->before_cb(i)) != 0) {
293 if (!p->quit && p->timer_enabled) {
306 if (!p->quit && p->timer_enabled)
308 else if (p->quit)
321 r = ppoll(p->pollfd, p->n_pollfd_used, (p->quit || p->timer_enabled) ? &ts : NULL, NULL);
324 r = pa_poll(p->pollfd, p->n_pollfd_used, (p->quit || p->timer_enabled) ? (int) ((timeout.tv_sec*1000) + (timeout.tv_usec / 1000)) : -1);
381 return r < 0 ? r : !p->quit;
569 i->rtpoll->quit = true;