HomeSort by relevance Sort by last modified time
    Searched refs:pending_count (Results 1 - 3 of 3) 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 111 pending_count(0) {}
115 pending_count; member in struct:extensions::ExtensionDownloader::URLStats
extension_downloader.cc 336 ++url_stats_.pending_count;
403 url_stats_.pending_count);

Completed in 329 milliseconds