Home
last modified time | relevance | path

Searched refs:pending_count (Results 1 – 3 of 3) sorted by relevance

/external/qemu/hw/
Dgoldfish_interrupt.c28 uint32_t pending_count; member
40 QFIELD_INT32(pending_count), in QFIELD_INT32()
81 s->pending_count++; in goldfish_int_set_irq()
88 s->pending_count--; in goldfish_int_set_irq()
101 return s->pending_count; in goldfish_int_read()
124 s->pending_count = 0; in goldfish_int_write()
131 s->pending_count--; in goldfish_int_write()
139 s->pending_count++; in goldfish_int_write()
/external/chromium/chrome/browser/extensions/
Dextension_updater.h134 pending_count(0) {} in URLStats()
137 int extension_count, theme_count, app_count, pending_count; member
Dextension_updater.cc263 url_stats_.pending_count); in ReportStats()
334 ++url_stats_.pending_count; in AddExtensionData()