11 calls to DrupalQueue::get()

aggregator_cron in drupal-7.x/modules/aggregator/aggregator.module
Implements hook_cron().
drupal_cron_run in drupal-7.x/includes/common.inc
Executes a cron run when called.
hook_cron in drupal-7.x/modules/system/system.api.php
Perform periodic actions.
QueueTestCase::testQueue in drupal-7.x/modules/system/system.test
Queues and dequeues a set of items to check the basic queue functionality.
UpdateCoreTestCase::testFetchTasks in drupal-7.x/modules/update/update.test
Tests that exactly one fetch task per project is created and not more.
update_fetch_data_batch in drupal-7.x/modules/update/update.fetch.inc
Batch callback: Processes a step in batch for fetching available update data.
update_install in drupal-7.x/modules/update/update.install
Implements hook_install().
update_uninstall in drupal-7.x/modules/update/update.install
Implements hook_uninstall().
update_update_7000 in drupal-7.x/modules/update/update.install
Create a queue to store tasks for requests to fetch available update data.
_update_create_fetch_task in drupal-7.x/modules/update/update.fetch.inc
Adds a task to the queue for fetching release history data for a project.
_update_fetch_data in drupal-7.x/modules/update/update.fetch.inc
Attempts to drain the queue of tasks for release history data to fetch.