HomeSort by relevance Sort by last modified time
    Searched refs:pending_count (Results 1 - 3 of 3) sorted by null

  /external/qemu/hw/
goldfish_interrupt.c 28 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/chrome/browser/extensions/
extension_updater.h 134 pending_count(0) {}
137 int extension_count, theme_count, app_count, pending_count; member in struct:ManifestFetchesBuilder::URLStats
extension_updater.cc 263 url_stats_.pending_count);
334 ++url_stats_.pending_count;
    [all...]

Completed in 219 milliseconds