13 calls to DrupalQueue::get()

aggregator_cron in drupal/modules/aggregator/aggregator.module
Implements hook_cron().
CronQueueTestCase::testCallable in drupal/modules/system/system.test
Tests worker defined as a class method callable.
CronQueueTestCase::testExceptions in drupal/modules/system/system.test
Tests that exceptions thrown by workers are handled properly.
drupal_cron_run in drupal/includes/common.inc
Executes a cron run when called.
hook_cron in drupal/modules/system/system.api.php
Perform periodic actions.
QueueTestCase::testQueue in drupal/modules/system/system.test
Queues and dequeues a set of items to check the basic queue functionality.
UpdateCoreTestCase::testFetchTasks in drupal/modules/update/update.test
Tests that exactly one fetch task per project is created and not more.
update_fetch_data_batch in drupal/modules/update/update.fetch.inc
Implements callback_batch_operation().
update_install in drupal/modules/update/update.install
Implements hook_install().
update_uninstall in drupal/modules/update/update.install
Implements hook_uninstall().
update_update_7000 in drupal/modules/update/update.install
Create a queue to store tasks for requests to fetch available update data.
_update_create_fetch_task in drupal/modules/update/update.fetch.inc
Adds a task to the queue for fetching release history data for a project.
_update_fetch_data in drupal/modules/update/update.fetch.inc
Attempts to drain the queue of tasks for release history data to fetch.