Searched refs:pending_count (Results 1 - 5 of 5) sorted by relevance

/external/qemu/hw/
H A Dgoldfish_interrupt.c28 uint32_t pending_count; member in struct:goldfish_int_state
40 QFIELD_INT32(pending_count),
81 s->pending_count++;
88 s->pending_count--;
101 return s->pending_count;
124 s->pending_count = 0;
131 s->pending_count--;
139 s->pending_count++;
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_downloader.h110 pending_count(0) {}
114 pending_count; member in struct:extensions::ExtensionDownloader::URLStats
H A Dextension_downloader.cc311 ++url_stats_.pending_count;
378 url_stats_.pending_count);
/external/chromium/chrome/browser/extensions/
H A Dextension_updater.h134 pending_count(0) {}
137 int extension_count, theme_count, app_count, pending_count; member in struct:ManifestFetchesBuilder::URLStats
H A Dextension_updater.cc263 url_stats_.pending_count);
334 ++url_stats_.pending_count;

Completed in 102 milliseconds