10 calls to drupal_register_shutdown_function()

DatabaseLockBackend::__construct in drupal/core/lib/Drupal/Core/Lock/DatabaseLockBackend.php
Constructs a new DatabaseLockBackend.
search_cron in drupal/core/modules/search/search.module
Implements hook_cron().
system_test_page_shutdown_functions in drupal/core/modules/system/tests/modules/system_test/system_test.module
A simple page callback which adds a register shutdown function.
TestBase::prepareEnvironment in drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
Prepares the current environment for running the test.
TestBase::tearDown in drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
Deletes created files, database tables, and reverts all environment changes.
_batch_page in drupal/core/includes/batch.inc
Renders the batch processing page based on the current state of the batch.
_drupal_session_read in drupal/core/includes/session.inc
Reads an entire session from the database (internal use only).
_drupal_shutdown_function in drupal/core/includes/bootstrap.inc
Executes registered shutdown functions.
_menu_clear_page_cache in drupal/core/includes/menu.inc
Clears the page and block caches at most twice per page load.
_system_test_first_shutdown_function in drupal/core/modules/system/tests/modules/system_test/system_test.module
Dummy shutdown function which registers another shutdown function.