Searched refs:pending_events (Results 1 – 6 of 6) sorted by relevance
226 gpr_atm pending_events; member238 gpr_atm pending_events; member261 gpr_atm pending_events; member404 if (gpr_atm_full_fetch_add(&cqd->pending_events, -1) == 1) { in grpc_completion_queue_thread_local_cache_flush()505 gpr_atm_no_barrier_store(&cqd->pending_events, 1); in cq_init_next()521 gpr_atm_no_barrier_store(&cqd->pending_events, 1); in cq_init_pluck()539 gpr_atm_no_barrier_store(&cqd->pending_events, 1); in cq_init_callback()648 return atm_inc_if_nonzero(&cqd->pending_events);653 return atm_inc_if_nonzero(&cqd->pending_events);658 return atm_inc_if_nonzero(&cqd->pending_events);[all …]
216 int pending_events; in usbi_hotplug_notification() local230 pending_events = usbi_pending_events(ctx); in usbi_hotplug_notification()232 if (!pending_events) in usbi_hotplug_notification()
1711 int pending_events; in usbi_signal_transfer_completion() local1714 pending_events = usbi_pending_events(ctx); in usbi_signal_transfer_completion()1716 if (!pending_events) in usbi_signal_transfer_completion()2641 int pending_events; in usbi_fd_notification() local2645 pending_events = usbi_pending_events(ctx); in usbi_fd_notification()2647 if (!pending_events) in usbi_fd_notification()
1406 int pending_events; in libusb_close() local1427 pending_events = usbi_pending_events(ctx); in libusb_close()1429 if (!pending_events) in libusb_close()1445 pending_events = usbi_pending_events(ctx); in libusb_close()1446 if (!pending_events) in libusb_close()
31 self.pending_events = []138 self.pending_events.append(event)147 self.pending_events.append(event)173 for e in self.pending_events:185 self.pending_events = None
37 self.pending_events = []144 self.pending_events.append(event)153 self.pending_events.append(event)179 for e in self.pending_events:191 self.pending_events = None