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

  /external/qemu/hw/android/goldfish/
interrupt.c 29 uint32_t pending_count; member in struct:goldfish_int_state
41 QFIELD_INT32(pending_count),
82 s->pending_count++;
89 s->pending_count--;
102 return s->pending_count;
125 s->pending_count = 0;
132 s->pending_count--;
140 s->pending_count++;
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.h 143 pending_count(0) {}
147 pending_count; member in struct:extensions::ExtensionDownloader::URLStats

Completed in 44 milliseconds